Test coverage
Test coverage
(testing)The most basic level of test coverage is code coverage testing and the most methodical is path coverage testing.Some intermediate levels of test coverage exist, but arerarely used.
The standard Unix tool for measuring test coverage istcov, which annotates C or Fortran source with theresults of a test coverage analysis. GCT is a GNUequivalent.