Code coverage testing seeks to measure how completely tests check the code.
We look at Statement coverage, Branch coverage, Loop coverage, Condition coverage, Path coverage, and Cyclomatic coverage.
Code coverage testing seeks to measure how completely tests check the code.
We look at Statement coverage, Branch coverage, Loop coverage, Condition coverage, Path coverage, and Cyclomatic coverage.