1 Name: coverage.py 2 Short Name: coverage 3 URL: https://pypi.python.org/pypi/coverage 4 Version: 4.0.3 5 Date: 2015-11-24 6 License: Apache 2.0 7 License File: LICENSE.txt 8 Security Critical: no 9 10 Description: 11 Coverage.py measures code coverage, typically during test execution. It uses the 12 code analysis tools and tracing hooks provided in the Python standard library to 13 determine which lines are executable, and which have been executed. 14 15 Local Modifications: 16 Removed 'doc' and 'test' directories to reduce total file size. 17