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
commit77551200ec2fb5cd86cac23f43d883cfd4fe9bd3 (patch)
tree7196a69c54a746e32e5cbc9b938d432ed5f9b946 /TODO.txt
parent128d48771f80efe342b99332b0ebe43f6a27daf7 (diff)
downloadpython-coveragepy-77551200ec2fb5cd86cac23f43d883cfd4fe9bd3.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 23f4278..12cbc95 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