devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / py-coverage / DESCR
1 Python module that measures code coverage during Python execution.
2 It uses the code analysis tools and tracing hooks provided in
3 the Python standard library to determine which lines are executable,
4 and which have been executed.