summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-05 07:14:11 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-05 07:14:11 -0400
commit5f377d2765cb4871e812f3339517015e445aaede (patch)
treeabd2ee06f2c0afa8609d3603008158c478373238 /TODO.txt
parent3778722aa12856ec1191bfe530fc9260fe8c224d (diff)
downloadpython-coveragepy-5f377d2765cb4871e812f3339517015e445aaede.tar.gz
todo
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 bf0f5e1..1ae7484 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -89,7 +89,7 @@ Key:
- parser is doing some redundant work.
+ Analysis class should do rolling up of stats also (actually Numbers)
+ Update docs for --branch.
-- self.coverage.data.has_arcs is ugly.
+x 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)
+ Maybe turning off yellow lines should make those lines green?