summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
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