Skip to content

Merge pull request #876 from uhafner/no-newline-start-end

Sign in for the full log view
GitHub Actions / Grading Badges succeeded Dec 8, 2023 in 0s

Autograding results

Total score - 366 of 400 (unit tests: 98/100, code coverage: 91/100, mutation coverage: 79/100, analysis: 98/100)

Details

🎓 Total score - 366 of 400

🚦 JUnit - 98 of 100

Name Passed Skipped Failed Impact
Unittests 92 2 0 -2
💰 - -1 -5 📒

⚠️ Warnings - 98 of 100

Name Errors Warning High Warning Normal Warning Low Impact
CheckStyle 0 0 0 0 0
PMD 0 0 0 0 0
Error Prone 0 0 2 0 -2
SpotBugs 0 0 0 0 0
Total 0 0 2 0 -2
💰 -1 -1 -1 -1 📒

🐾 JaCoCo - 91 of 100

Name Covered % Missed % Impact
Line Coverage 91 9 -9
Branch Coverage 92 8 -8
Total Ø 91 9 -9
💰 - -1 📒

🦠 PIT - 79 of 100

Name Killed % Survived % Impact
Mutation Coverage 79 21 -21
💰 - -1 📒

Annotations

Check warning on line 274 in src/main/java/edu/hm/hafner/util/FilteredLog.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Error Prone: Varifier

Consider using `var` here to avoid boilerplate.

Check warning on line 85 in src/main/java/edu/hm/hafner/util/LineRange.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Error Prone: Varifier

Consider using `var` here to avoid boilerplate.

Check warning on line 81 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 81 is not covered by tests

Check warning on line 157 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered lines

Lines 141-157 are not covered by tests

Check warning on line 243 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 243 is not covered by tests

Check warning on line 248 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 248 is not covered by tests

Check warning on line 306 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 306 is not covered by tests

Check warning on line 343 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 343 is not covered by tests

Check warning on line 393 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 393 is not covered by tests

Check warning on line 398 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 398 is not covered by tests

Check warning on line 447 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 447 is not covered by tests

Check warning on line 479 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 479 is not covered by tests

Check warning on line 486 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 486 is not covered by tests

Check warning on line 559 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 559 is not covered by tests

Check warning on line 563 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 563 is not covered by tests

Check warning on line 572 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 572 is not covered by tests

Check warning on line 604 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 604 is not covered by tests

Check warning on line 632 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered lines

Lines 630-632 are not covered by tests

Check warning on line 656 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered lines

Lines 654-656 are not covered by tests

Check warning on line 693 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 693 is not covered by tests

Check warning on line 723 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered line

Line 723 is not covered by tests

Check warning on line 117 in src/main/java/edu/hm/hafner/util/LineRangeList.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered lines

Lines 74-117 are not covered by tests

Check warning on line 166 in src/main/java/edu/hm/hafner/util/LineRangeList.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered lines

Lines 165-166 are not covered by tests

Check warning on line 182 in src/main/java/edu/hm/hafner/util/LineRangeList.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered lines

Lines 181-182 are not covered by tests

Check warning on line 199 in src/main/java/edu/hm/hafner/util/LineRangeList.java

See this annotation in the file changed.

@github-actions github-actions / Grading Badges

Not covered lines

Lines 193-199 are not covered by tests