Skip to content

Bump version of maven-setup to v4.5.

Sign in for the full log view
GitHub Actions / Autograding results succeeded Nov 25, 2023 in 0s

Autograding results

Total score: 334/400 (unit tests: 100/100, code coverage: 93/100, mutation coverage: 42/100, analysis: 99/100)

Details

Total score: 334/400

🚦 Unit Tests Score: 100 of 100 🚦

Name Passed Skipped Failed Impact
πŸ’° - -1 -5 πŸ“’
edu.hm.hafner.ArchitectureTest 9 0 0 0
edu.hm.hafner.PackageArchitectureTest 1 0 0 0
edu.hm.hafner.coverage.ClassNodeTest 6 0 0 0
edu.hm.hafner.coverage.ContainerNodeTest 5 0 0 0
edu.hm.hafner.coverage.CoverageParserTest 1 0 0 0
edu.hm.hafner.coverage.CoverageTest 33 0 0 0
edu.hm.hafner.coverage.CyclomaticComplexityTest 7 0 0 0
edu.hm.hafner.coverage.FileNodeTest 18 0 0 0
edu.hm.hafner.coverage.FractionValueTest 4 0 0 0
edu.hm.hafner.coverage.LinesOfCodeTest 7 0 0 0
edu.hm.hafner.coverage.MethodNodeTest 11 0 0 0
edu.hm.hafner.coverage.MetricTest 19 0 0 0
edu.hm.hafner.coverage.ModuleNodeTest 9 0 0 0
edu.hm.hafner.coverage.MutationTest 3 0 0 0
edu.hm.hafner.coverage.NodeTest 43 0 0 0
edu.hm.hafner.coverage.PackageNodeTest 9 0 0 0
edu.hm.hafner.coverage.PercentageTest 7 0 0 0
edu.hm.hafner.coverage.SafeFractionTest 6 0 0 0
edu.hm.hafner.coverage.TestCaseTest 1 0 0 0
edu.hm.hafner.coverage.TestCountTest 7 0 0 0
edu.hm.hafner.coverage.ValueTest 7 0 0 0
edu.hm.hafner.coverage.parser.CoberturaParserTest 14 0 0 0
edu.hm.hafner.coverage.parser.JacocoParserTest 11 0 0 0
edu.hm.hafner.coverage.parser.JunitParserTest 12 0 0 0
edu.hm.hafner.coverage.parser.PitestParserTest 5 0 0 0
edu.hm.hafner.coverage.registry.ParserRegistryTest 2 0 0 0
Total 257 0 0 0

⚠️ Static Analysis Warnings Score: 99 of 100 ⚠️

Name Errors Warning High Warning Normal Warning Low Impact
πŸ’° -5 -2 -1 -1 πŸ“’
JavaDoc 0 0 0 0 0
CheckStyle 0 0 0 0 0
PMD 0 0 0 0 0
SpotBugs 0 0 0 1 -1
Total 0 0 0 1 -1

🐾 Code Coverage Score: 93 of 100 🐾

Name Covered % Missed % Impact
πŸ’° - -1 πŸ“’
Branch 95 5 -5
Line 98 2 -2
Total 96 3 -7

🦠 PIT Mutation Coverage Score: 42 of 100 🦠

Name Detected Undetected Detected % Undetected % Impact
πŸ’° - -1 - - πŸ“’
PIT 790 58 94 6 -58

Annotations

Check warning on line 36 in /github/workspace/./src/main/java/edu/hm/hafner/coverage/SafeFraction.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

CT_CONSTRUCTOR_THROW

Exception thrown in class edu.hm.hafner.coverage.SafeFraction at new edu.hm.hafner.coverage.SafeFraction(int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks.