PACKAGE NAME: PACKAGE MIRROR: http://slackonly.com/pub/packages/14.1-x86/ PACKAGE LOCATION: ./python/coverage PACKAGE SIZE (compressed): 192 K PACKAGE SIZE (uncompressed): 864 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: 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: