diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-12 07:10:12 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-12 07:10:12 -0400 |
| commit | 31c7376f44f425bfc326da5df3163d66ab9765bf (patch) | |
| tree | f4c211802e7803fc2974fbdcbf1a300b4024d785 /lab | |
| parent | f71b5084820b979068452f55db7309a5a857c34c (diff) | |
| download | python-coveragepy-31c7376f44f425bfc326da5df3163d66ab9765bf.tar.gz | |
This is better covered in the data.py file.
Diffstat (limited to 'lab')
| -rw-r--r-- | lab/dataformat.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lab/dataformat.txt b/lab/dataformat.txt deleted file mode 100644 index 8869fe2..0000000 --- a/lab/dataformat.txt +++ /dev/null @@ -1,9 +0,0 @@ -Data file format, a pickled dict, with keys: - -collector: a string identifying the collecting software -lines: a dict mapping filenames to lists of line numbers executed: - { 'file1': [17,23,45], 'file2': [1,2,3], } -partial_lines: a dict mapping filenames to dicts mapping line numbers to - partial info. Partial info is a tuple, exec, poss, explanation? - Fully-executed lines can be omitted, as well as fully-non-executed lines. - { 'file1': { 1: (4,8,'a myfunc'), 2: (99,100,''), }, } |
