summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-08 20:47:11 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-08 20:47:11 -0500
commit5676761b0d1d2d3bddb1cea6a69280f8ec7765d9 (patch)
treed0d5bdfda92fd8a230022439fc21c1ef92efe266 /TODO.txt
parent9a751db51cbcce4ab504e9afe59a08ce0a0bd40e (diff)
downloadpython-coveragepy-git-5676761b0d1d2d3bddb1cea6a69280f8ec7765d9.tar.gz
Annotations on yellow HTML lines with the line numbers not visited.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index e730a2dd..cde78cb4 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -2,14 +2,15 @@ Coverage TODO
* 3.2
-- Some kind of indication in the HTML where yellow lines aren't going.
++ Some kind of indication in the HTML where yellow lines aren't going.
- Profile the reporting code: it's REALLY slow.
- 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.
- 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)
* Speed