summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-24 22:47:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-24 22:47:31 -0500
commit5ea121a40c6ab91b2a35c59ec35217356a7b4e03 (patch)
tree401b95ea2ca436beec7aaac0a91eab2b3e84d266 /TODO.txt
parent6a54847bbceb31335fef3ea8201e76b6e037abee (diff)
downloadpython-coveragepy-git-5ea121a40c6ab91b2a35c59ec35217356a7b4e03.tar.gz
When partial lines are hidden and run lines are shown, then partial lines are shown as run.
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 23f42786..12cbc955 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -11,7 +11,7 @@ Coverage TODO
- 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?
++ Maybe turning off yellow lines should make those lines green?
+ A missing branch to leave the function shows an annotation of -1. Now "exit".
- XML report needs to get branch information.
- Add branch info to "coverage debug data"
@@ -29,7 +29,8 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
CodeParser.raw_parse.
- If tracing, canonical_filename_cache overlaps with should_trace_cache. Skip
canonical_filename_cache. Maybe it isn't even worth it...
-- Would pre-allocating line number integers make the C tracer faster?
+- Would pre-allocating line number integers make the C tracer faster? It would
+ use less memory.
* Accuracy