python-coverage-dbg

Code coverage tool for python 2 ?? debug library
  http://nedbatchelder.com/code/coverage/
  0
  no reviews



The ??coverage?? library measures which parts (statements) of a python program are executed while it is run. this is useful for testing: those parts of a program that are not executed by the tests have not been tested.

this package contains the debugging symbols and debug build for the c extension libraries in ??python-coverage??.