1 Coverage: code coverage testing for Python
\r
3 Coverage.py is a Python module that measures code coverage during test execution.
\r
4 It uses the code analysis tools and tracing hooks provided in the Python standard
\r
5 library to determine which lines are executable, and which have been executed.
\r
7 For more information, see http://nedbatchelder.com/code/modules/coverage.html
\r