Merge pull request #1249 from uhafner/dependabot/maven/org.openrewrit… #1717
Quality Monitor
🚦 Tests: 98% successful (✔️ 103 passed, 🙈 2 skipped)
〰️ Line Coverage: 91% (62 missed lines)
➰ Branch Coverage: 91% (19 missed branches)
Mutation Coverage: 80% (80 survived mutations)
💪 Test Strength: 85% (58 survived mutations in tested code)
CheckStyle: No warnings
PMD: No warnings
SpotBugs: No bugs
🐛 Error Prone: No bugs
OWASP Dependency Check: No vulnerabilities
🌀 Cyclomatic Complexity: 377 (total)
💭 Cognitive Complexity: 173 (total)
📏 Lines of Code: 4053 (total)
📝 Non Commenting Source Statements: 1258 (total)
🔭 Access to foreign data: 88 (total)
🔗 Class cohesion: 71.43% (maximum)
📤 Fan out: 278 (total)
📲 Number of accessors: 14 (total)
⚖️ Weight of a class: 100.00% (maximum)
📐 Weighted method count: 376 (total)
➿ N-Path Complexity: 456 (total)
Created by Quality Monitor v1.14.0 (#f3859fd)
Details
☀️ Quality Monitor
🚦 Tests
Name | Reports | Passed | Skipped | Failed | Total |
---|---|---|---|---|---|
Tests | 16 | 103 | 2 | 0 | 105 |
Skipped Test Cases
- edu.hm.hafner.util.PathUtilTest#shouldSkipAlreadyAbsoluteOnWindows
- edu.hm.hafner.util.PathUtilTest#shouldStayInSymbolicLinks
⚠️ Style
Icon | Name | Reports | Errors | High | Normal | Low | Total |
---|---|---|---|---|---|---|---|
CheckStyle | 2 | 0 | 0 | 0 | 0 | 0 | |
PMD | 2 | 0 | 0 | 0 | 0 | 0 | |
➕ | Total | 4 | 0 | 0 | 0 | 0 | 0 |
🐛 Bugs
Icon | Name | Reports | Errors | High | Normal | Low | Total |
---|---|---|---|---|---|---|---|
SpotBugs | 1 | 0 | 0 | 0 | 0 | 0 | |
🐛 | Error Prone | 0 | 0 | 0 | 0 | 0 | 0 |
➕ | Total | 1 | 0 | 0 | 0 | 0 | 0 |
🛡️ Vulnerabilities
Icon | Name | Reports | Errors | High | Normal | Low | Total |
---|---|---|---|---|---|---|---|
OWASP Dependency Check | 1 | 0 | 0 | 0 | 0 | 0 |
👣 Code Coverage
Icon | Name | Covered % | Missed % |
---|---|---|---|
〰️ | Line Coverage | 91 | 9 |
➰ | Branch Coverage | 91 | 9 |
➕ | Total Ø | 91 | 9 |
🔬 Mutation Coverage
Icon | Name | Killed % | Survived % |
---|---|---|---|
Mutation Coverage | 80 | 20 | |
💪 | Test Strength | 85 | 15 |
➕ | Total Ø | 82 | 18 |
📐 Toplevel Metrics
Icon | Name | Total | Min | Max | Mean | Median |
---|---|---|---|---|---|---|
🌀 | Cyclomatic Complexity | 377 | 1 | 8 | 1.67 | 1 |
💭 | Cognitive Complexity | 173 | 0 | 11 | 0.77 | 0 |
📏 | Lines of Code | 4053 | 1 | 35 | 6.31 | 1 |
📝 | Non Commenting Source Statements | 1258 | 1 | 21 | 3.65 | 1 |
🔭 | Access to foreign data | 88 | 0 | 6 | 0.29 | 0 |
🔗 | Class cohesion | 0 | 0.00% | 71.43% | 10.52% | 0.00% |
📤 | Fan out | 278 | 0 | 13 | 1.87 | 0 |
📲 | Number of accessors | 14 | 0 | 2 | 0.42 | 0 |
⚖️ | Weight of a class | 1 | 0.00% | 100.00% | 87.34% | 0.00% |
📐 | Weighted method count | 376 | 1 | 46 | 12.13 | 1 |
➿ | N-Path Complexity | 456 | 1 | 30 | 2.02 | 1 |
Annotations
Check warning on line 119 in src/main/java/edu/hm/hafner/util/LineRangeList.java
github-actions / Quality Monitor
Not covered lines
Lines 76-119 are not covered by tests
Check warning on line 145 in src/main/java/edu/hm/hafner/util/LineRangeList.java
github-actions / Quality Monitor
Not covered line
Line 145 is not covered by tests
Check warning on line 166 in src/main/java/edu/hm/hafner/util/LineRangeList.java
github-actions / Quality Monitor
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
github-actions / Quality Monitor
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
github-actions / Quality Monitor
Not covered lines
Lines 193-199 are not covered by tests
Check warning on line 232 in src/main/java/edu/hm/hafner/util/LineRangeList.java
github-actions / Quality Monitor
Not covered line
Line 232 is not covered by tests
Check warning on line 255 in src/main/java/edu/hm/hafner/util/LineRangeList.java
github-actions / Quality Monitor
Not covered lines
Lines 253-255 are not covered by tests
Check warning on line 275 in src/main/java/edu/hm/hafner/util/LineRangeList.java
github-actions / Quality Monitor
Not covered line
Line 275 is not covered by tests
Check warning on line 286 in src/main/java/edu/hm/hafner/util/LineRangeList.java
github-actions / Quality Monitor
Not covered line
Line 286 is not covered by tests
Check warning on line 366 in src/main/java/edu/hm/hafner/util/LineRangeList.java
github-actions / Quality Monitor
Not covered lines
Lines 361-366 are not covered by tests
Check warning on line 405 in src/main/java/edu/hm/hafner/util/LineRangeList.java
github-actions / Quality Monitor
Not covered lines
Lines 404-405 are not covered by tests
Check warning on line 80 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered line
Line 80 is not covered by tests
Check warning on line 156 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered lines
Lines 140-156 are not covered by tests
Check warning on line 242 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered line
Line 242 is not covered by tests
Check warning on line 247 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered line
Line 247 is not covered by tests
Check warning on line 304 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered line
Line 304 is not covered by tests
Check warning on line 341 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered line
Line 341 is not covered by tests
Check warning on line 391 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered line
Line 391 is not covered by tests
Check warning on line 396 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered line
Line 396 is not covered by tests
Check warning on line 445 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered line
Line 445 is not covered by tests
Check warning on line 477 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered line
Line 477 is not covered by tests
Check warning on line 484 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered line
Line 484 is not covered by tests
Check warning on line 557 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered line
Line 557 is not covered by tests
Check warning on line 562 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered line
Line 562 is not covered by tests
Check warning on line 572 in src/main/java/edu/hm/hafner/util/Ensure.java
github-actions / Quality Monitor
Not covered line
Line 572 is not covered by tests