In the five functions with high cyclomatic complexity, what is the current branch coverage? Is branch coverage higher or lower than in the rest of the code (if you have automated coverage)?
Keep a record (copy) of your coverage before you start working on new tests. Furthermore, make sure you add the new tests on a different branch than the one you used for coverage instrumentation.
Having identified “weak spots” in coverage, try to improve coverage with additional test cases.
In the five functions with high cyclomatic complexity, what is the current branch coverage? Is branch coverage higher or lower than in the rest of the code (if you have automated coverage)? Keep a record (copy) of your coverage before you start working on new tests. Furthermore, make sure you add the new tests on a different branch than the one you used for coverage instrumentation. Having identified “weak spots” in coverage, try to improve coverage with additional test cases.