ned / coverage.py (http://nedbatchelder.com/code/coverage)

Coverage.py measures Python code coverage, typically during test execution. Kits are at PyPI: http://pypi.python.org/pypi/coverage/.

Clone this repository (size: 2.2 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/ned/coveragepy/
# Issue State Responsible Reported by Type Version
44 Use os.path functions for manipulating filesystem paths new ned bignose bug none
43 Coverage measurement fails on code containing os.exec*… new nobody Anonymous bug 3.2
42 color output for "coverage annotate" new ned schettino72 enhancement none
41 Report says 100% when it isn't quite there new ned ned bug 3.2
40 Combining parallel files leaves the old data files… resolved ned ned enhancement 3.2
39 for - if - for - else combo miscounts branch… resolved ned ned bug 3.2
38 Add a link to go back to the coverage report at the… new ned tcourbon enhancement none
29 Python 3 version of setup.py fails in tarball due to… resolved ned dmalcolm bug 3.1
37 Coverage html/xml report fail when no coverage datas… resolved ned cjulien bug none
19 Not picking up doctest tests resolved ned l2g bug 3.0.1
14 -o option no longer works with relative paths resolved ned geoffbache bug 3.0.1
36 Provide regex-style --omit new ned ned enhancement none
33 modules in cwd can't be --omitted resolved ned dhduvall bug none
35 Try/except reports incomplete coverage when both paths… resolved ned garybernhardt bug 3.2
32 Empty class has branch == 2? resolved ned ned bug none
34 enhanced --omit globbing handling new ned dhduvall enhancement none
31 IndentationErrors caused by mixed tab/space indents… resolved ned dhduvall bug 3.2
30 continuation characters not properly recorded before… resolved ned dhduvall bug 3.2
21 Why not add a XML (cobertura format) output ? resolved nobody Anonymous proposal none
23 "Can't find program" exceptions are shown in an ugly wa resolved ned ned bug 3.0.1
28 Function declaration line shows as not executed invalid ned jcscoobyrs bug 3.1
27 KeyError exception during install resolved nobody Anonymous bug none
25 CodeUnit doesn't handle eggs resolved ned rozza bug 3.1
26 Coverage doesn't work with egg files duplicate nobody Anonymous bug 3.1
22 Failing test with current source invalid nobody Anonymous bug none