summaryrefslogtreecommitdiff
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
commit501f15ce6c94ea9ca09cad41370d5652d5213841 (patch)
treee76d571252621ba40faf692b54abdc92873ba80a
parent8130564fe54401e141dedbd8d18b5e3ac3404a29 (diff)
downloadpython-coveragepy-git-501f15ce6c94ea9ca09cad41370d5652d5213841.tar.gz
todo
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index bf0f5e15..1ae74846 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?