Python Coverage Validator - Overview
Python Coverage Validator provides automatic source code coverage analysis
of applications as they run. Python Coverage Validator works with information
provided by the Python Profiling and Coverage Interface.
Python Coverage Validator
allows you to perform coverage analysis on your entire application. This makes
Python Coverage Validator an excellent tool for use in unit testing, where
you need to check that all possible code paths have been taken.
To view the
feature list for Python Coverage Validator, click
here.
Python Coverage Validator does not require a special build of your application
- you do not need to make any changes to your application to use Python Coverage
Validator.
Python Coverage Validator does not cause significant drops in performance.
Python Coverage Validator causes a target program to run marginally slower
than normal.


