-1:000000000000 | 0:de9c2efb9d02 |
---|---|
1 Coverage: code coverage testing for Python | |
2 | |
3 Coverage measures code coverage, typically during test execution. It uses the | |
4 code analysis tools and tracing hooks provided in the Python standard library | |
5 to determine which lines are executable, and which have been executed. | |
6 | |
7 For more information, see http://nedbatchelder.com/code/coverage | |
8 | |
9 Code repo and issue tracking are at http://bitbucket.org/ned/coveragepy |