summaryrefslogtreecommitdiff
path: root/lab
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:53:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:53:53 -0500
commite2ae0674a21dda5d964658477e14d0c7832123a3 (patch)
tree6960c910681fa6852c5117e9273985a836af3097 /lab
parente88c97629f1261d8ae4db178aad4c97413e5962e (diff)
downloadpython-coveragepy-e2ae0674a21dda5d964658477e14d0c7832123a3.tar.gz
Clean-ups
Diffstat (limited to 'lab')
-rw-r--r--lab/cmd-opts.txt20
-rw-r--r--lab/dataflow.txt4
2 files changed, 12 insertions, 12 deletions
diff --git a/lab/cmd-opts.txt b/lab/cmd-opts.txt
index 87fd1e2..5b74991 100644
--- a/lab/cmd-opts.txt
+++ b/lab/cmd-opts.txt
@@ -10,23 +10,23 @@ commands:
--timid bool
-p --parallel bool
-L --stdlib bool
- --branch bool *
+ --branch bool
-a --append bool
erase -e
-
+
combine -c
-
- report -r
+
+ report -r
-m --missing bool
-i --ignore-errors bool
--omit list of string
-
+
annotate -a
-d --output-directory string
-i --ignore-errors bool
--omit list of string
-
+
html -b
-d --output-directory string
-i --ignore-errors bool
@@ -38,11 +38,11 @@ commands:
help
byteprep *
-
+
xml *
-
-
-
+
+
+
Option scopes:
- Cmd line
diff --git a/lab/dataflow.txt b/lab/dataflow.txt
index 9ae891d..5796206 100644
--- a/lab/dataflow.txt
+++ b/lab/dataflow.txt
@@ -1,7 +1,7 @@
PyTracer.data:
{ filename: { lineno: None, .. }, ... }
OR: { filename: { (l1, l2): None, .. }, ... }
-
+
CoverageData.lines:
{ filename: { lineno: None, ...}, ... }
@@ -20,7 +20,7 @@ CoverageData.executed_files():
called by:
Reporter.find_code_units()
tests
-
+
CoverageData.executed_lines():
returns { lineno: None, ... }
called by: