Open samuelsoder opened 2 years ago
Previous branch coverage was 0% with no test files or main driver. The commit https://github.com/DD2480-2022-group-7/Java/commit/20e2b1ecec424a6f01c19b1fbd1bd956c222c84f bumps this to 88% by adding two tests.
Coverage report by JaCoCo after commit https://github.com/DD2480-2022-group-7/Java/commit/20e2b1ecec424a6f01c19b1fbd1bd956c222c84f :
The implementation of the Cyclic Redundancy Check algorithm in
src/main/java/com/thealgorithms/others/CRCAlgorithm.java
has reported cyclomatic complexity 18 by lizard.Part 1 steps:
Part 2 steps:
issue<No>/manual-instrument
)issue<No>/increase-coverage
). Assignment PDF gives more detailed steps on what steps should be taken to identify types of tests to add etc.