summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-28 07:38:09 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-28 07:38:09 -0500
commit3aa383a9bbe39ef408cabc4a134aab22bfd6bc35 (patch)
tree66a695904320bd29015c7254cdc67b5b691ec9fa /TODO.txt
parent43a86c0668ec0e314f1b828aee2dd3862151053a (diff)
downloadpython-coveragepy-3aa383a9bbe39ef408cabc4a134aab22bfd6bc35.tar.gz
Doc tweaking.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index af52d63..6c5dc46 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,7 +7,7 @@ Coverage TODO
- parser is doing some redundant work.
- while TRUE claims to be partial?
+ Analysis class should do rolling up of stats also (actually Numbers)
-- Update docs for --branch.
++ Update docs for --branch.
- self.coverage.data.has_arcs is ugly.
+ Branches that never jump to nocover lines shouldn't be marked as partial.
(see top of test_cogapp for examples)