Code coverage measurement for Python
Coverage measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.
$
pkg install py311-coverageOrigin
devel/py-coverage
Size
2.05MiB
License
BSD2CLAUSE
Maintainer
lwhsu@FreeBSD.org
Dependencies
2 packages
Required by
12 packages