diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-05 07:14:11 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-05 07:14:11 -0400 |
commit | 501f15ce6c94ea9ca09cad41370d5652d5213841 (patch) | |
tree | e76d571252621ba40faf692b54abdc92873ba80a | |
parent | 8130564fe54401e141dedbd8d18b5e3ac3404a29 (diff) | |
download | python-coveragepy-git-501f15ce6c94ea9ca09cad41370d5652d5213841.tar.gz |
todo
-rw-r--r-- | TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ Key: - parser is doing some redundant work. + Analysis class should do rolling up of stats also (actually Numbers) + Update docs for --branch. -- self.coverage.data.has_arcs is ugly. +x 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? |