From 320b36d48b4423d4e3263c964d47370e135381a2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 30 Oct 2009 05:44:22 -0400 Subject: Track stuff --- TODO.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/TODO.txt b/TODO.txt index 83bf466b..293ffcca 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. -- cgit v1.2.1