Testing Code Coverage
measured as a percentage = % of source code that is executed during testing
-
option 1 = percentage of program subroutines called during execution of test suite
option 2= percentage of program statements called during execution of the test suite.