Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LineRange and LineRangeList from analysis-model #815

Merged
merged 1 commit into from
Sep 28, 2023

Add `LineRange` and `LineRangeList` from analysis-model.

1ae357e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add LineRange and LineRangeList from analysis-model #815

Add `LineRange` and `LineRangeList` from analysis-model.
1ae357e
Select commit
Loading
Failed to load commit list.
GitHub Actions / Autograding results succeeded Sep 21, 2023 in 0s

Autograding results

Total score: 361/400 (unit tests: 100/100, code coverage: 82/100, mutation coverage: 79/100, analysis: 100/100)

Details

Total score: 361/400

🚦 Unit Tests Score: 100 of 100 🚦

Name Passed Skipped Failed Impact
💰 - - -10 📒
edu.hm.hafner.util.ArchitectureRulesTest 7 0 0 0
edu.hm.hafner.util.ArchitectureTest 9 0 0 0
edu.hm.hafner.util.EnsureTest 5 0 0 0
edu.hm.hafner.util.FilteredLogTest 9 0 0 0
edu.hm.hafner.util.LineRangeListTest 7 0 0 0
edu.hm.hafner.util.LookaheadStreamTest 5 0 0 0
edu.hm.hafner.util.PackageArchitectureTest 1 0 0 0
edu.hm.hafner.util.PathUtilTest 22 0 0 0
edu.hm.hafner.util.PrefixLoggerTest 1 0 0 0
edu.hm.hafner.util.ResourceExtractorTest 9 0 0 0
edu.hm.hafner.util.SecureXmlParserFactoryTest 7 0 0 0
edu.hm.hafner.util.StringComparableTest 2 0 0 0
edu.hm.hafner.util.StringEqualsTest 2 0 0 0
edu.hm.hafner.util.TreeStringBuilderTest 5 0 0 0
Total 91 0 0 0

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

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

🐾 Code Coverage Score: 82 of 100 🐾

Name Covered % Missed % Impact
💰 - -1 📒
Branch 92 8 -8
Line 90 10 -10
Total 91 9 -18

🦠 PIT Mutation Coverage Score: 79 of 100 🦠

Name Detected Undetected Detected % Undetected % Impact
💰 - - - -1 📒
PIT 292 78 79 21 -21