Code Coverage
When ??, one question is: when have we tested enough. Code coverage tries to answer this question. Code coverage is a measure of all lines, branches or instructions covered by the test-suite, with the hope that if we exercise all code, we might have found all bugs.
See more here: