coverage: coverage (Code coverage measurement for Python) coverage: coverage: Coverage.py measures code coverage, typically during test coverage: execution. It uses the code analysis tools and tracing hooks coverage: provided in the Python standard library to determine which coverage: lines are executable, and which have been executed. coverage: coverage: coverage: Homepage: http://nedbatchelder.com/code/coverage/ coverage: coverage: