JonasHUL / Algorithms-Fork-Group-15

A collection of algorithms and data structures
MIT License
0 stars 0 forks source link

Coverage improvement #4

Open oscols opened 1 year ago

oscols commented 1 year ago

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.

oscols commented 1 year ago

FOR P+: Each group member writes at least four new or enhanced unit tests (twice as many as for P)

Add this in the statement of contributions