Test Coverage
- Statement Coverage
the coverage by every line of code
the coverage is 100% != all clear of the test - Loop coverage
the coverage by every loop in the code - Branch Coverage
the coverage by every if or else statement of code - Function Coverage
the coverage by every function in the code - Condition Coverage
the coverage by every logical test in the code