summaryrefslogtreecommitdiff
path: root/devel/py-coverage/DESCR
blob: 713b458c79d6b9c4d5fbbc2d74128d86315a609a (plain)
1
2
3
4
Python module that measures code coverage during Python 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.