diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-08 20:47:11 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-08 20:47:11 -0500 |
| commit | 5676761b0d1d2d3bddb1cea6a69280f8ec7765d9 (patch) | |
| tree | d0d5bdfda92fd8a230022439fc21c1ef92efe266 /TODO.txt | |
| parent | 9a751db51cbcce4ab504e9afe59a08ce0a0bd40e (diff) | |
| download | python-coveragepy-git-5676761b0d1d2d3bddb1cea6a69280f8ec7765d9.tar.gz | |
Annotations on yellow HTML lines with the line numbers not visited.
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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
|
