summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-30 05:44:22 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-30 05:44:22 -0400
commite736503ec021f9e94bd74214620f3fa196f3c382 (patch)
treeeba627d092590e32260d1009f61974e13f0c7ce6 /TODO.txt
parente02951be61af55a33e1630b1c955ee89b942ed99 (diff)
downloadpython-coveragepy-e736503ec021f9e94bd74214620f3fa196f3c382.tar.gz
Track stuff
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 83bf466..293ffcc 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,5 +1,13 @@
Coverage TODO
+* 3.2
+
+- 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.
+
* Speed
@@ -70,6 +78,10 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation?
- Colored bars indicating coverage per file.
- Package navigation.
- Rolled-up statistics.
+ - Some way to focus in on red and yellow
+ - Show only lines near highlights?
+ - Jump to next highlight?
+ - Clickable column headers on the index page.
+ Syntax coloring in HTML report.
+ Dynamic effects in HTML report.
+ Footer in reports pointing to coverage home page.