Code Coverage

The method of analysis that determines which parts of the software have been tested by a set of tests, and which haven’t been.

For example: statement coverage, decision coverage or condition combination coverage.

 

Code Coverage