diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-09 08:07:49 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-09 08:07:49 -0500 |
commit | 6dbe5d8a1042f3a55d904a077e6b077ac0b5716b (patch) | |
tree | 4c2677218515dc3a603dbf16e74ed0667b8cee1e | |
parent | 23a6785d477a127b70b3dab7eae05dd130b50c86 (diff) | |
download | python-coveragepy-git-6dbe5d8a1042f3a55d904a077e6b077ac0b5716b.tar.gz |
Stuff to do before 3.2 release?
-rw-r--r-- | TODO.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ 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?
+- A missing branch to leave the function shows an annotation of -1.
+
* Speed
|