Quality Monitor
🚦 Tests: 100% successful (✔️ 6 passed)
〰️ Line Coverage: 45% (58 missed lines)
➰ Branch Coverage: 31% (11 missed branches)
CheckStyle: 1 warning (normal: 1)
PMD: No warnings
SpotBugs: No bugs
🌀 Cyclomatic Complexity: 30 (total)
💭 Cognitive Complexity: 13 (total)
📏 Lines of Code: 223 (total)
📝 Non Commenting Source Statements: 108 (total)
🔭 Access to foreign data: 7 (total)
🔗 Class cohesion: 6.67% (maximum)
📤 Fan out: 36 (total)
📲 Number of accessors: 2 (total)
⚖️ Weight of a class: 100.00% (maximum)
📐 Weighted method count: 30 (total)
➿ N-Path Complexity: 43 (total)
Created by Quality Monitor v1.14.0 (#f3859fd)
Details
☀️ Quality Monitor
🚦 Tests
Name | Reports | Passed | Skipped | Failed | Total |
---|---|---|---|---|---|
Tests | 3 | 6 | 0 | 0 | 6 |
⚠️ Style
Icon | Name | Reports | Errors | High | Normal | Low | Total |
---|---|---|---|---|---|---|---|
![]() |
CheckStyle | 3 | 0 | 0 | 1 | 0 | 1 |
PMD | 3 | 0 | 0 | 0 | 0 | 0 | |
➕ | Total | 6 | 0 | 0 | 1 | 0 | 1 |
🐛 Bugs
Icon | Name | Reports | Errors | High | Normal | Low | Total |
---|---|---|---|---|---|---|---|
![]() |
SpotBugs | 1 | 0 | 0 | 0 | 0 | 0 |
👣 Code Coverage
Icon | Name | Covered % | Missed % |
---|---|---|---|
〰️ | Line Coverage | 45 | 55 |
➰ | Branch Coverage | 31 | 69 |
➕ | Total Ø | 38 | 62 |
📐 Toplevel Metrics
Icon | Name | Total | Min | Max | Mean | Median |
---|---|---|---|---|---|---|
🌀 | Cyclomatic Complexity | 30 | 1 | 6 | 1.58 | 1 |
💭 | Cognitive Complexity | 13 | 0 | 5 | 0.68 | 0 |
📏 | Lines of Code | 223 | 3 | 54 | 9.74 | 3 |
📝 | Non Commenting Source Statements | 108 | 2 | 27 | 5.26 | 2 |
🔭 | Access to foreign data | 7 | 0 | 5 | 0.37 | 0 |
🔗 | Class cohesion | 0 | 0.00% | 6.67% | 3.33% | 0.00% |
📤 | Fan out | 36 | 0 | 17 | 2.89 | 0 |
📲 | Number of accessors | 2 | 0 | 2 | 1.00 | 0 |
⚖️ | Weight of a class | 1 | 33.33% | 100.00% | 66.67% | 33.33% |
📐 | Weighted method count | 30 | 11 | 19 | 15.00 | 11 |
➿ | N-Path Complexity | 43 | 1 | 17 | 2.26 | 1 |
Annotations
github-actions / Quality Monitor
CheckStyle: MissingJavadocMethodCheck
Es fehlt ein Javadoc-Kommentar.
Check warning on line 48 in src/main/java/edu/hm/hafner/grading/github/GitHubAutoGradingRunner.java
github-actions / Quality Monitor
Not covered lines
Lines 40-48 are not covered by tests
Check warning on line 77 in src/main/java/edu/hm/hafner/grading/github/GitHubAutoGradingRunner.java
github-actions / Quality Monitor
Not covered lines
Lines 76-77 are not covered by tests
Check warning on line 90 in src/main/java/edu/hm/hafner/grading/github/GitHubAutoGradingRunner.java
github-actions / Quality Monitor
Not covered lines
Lines 85-90 are not covered by tests
Check warning on line 100 in src/main/java/edu/hm/hafner/grading/github/GitHubAutoGradingRunner.java
github-actions / Quality Monitor
Not covered lines
Lines 98-100 are not covered by tests
Check warning on line 151 in src/main/java/edu/hm/hafner/grading/github/GitHubAutoGradingRunner.java
github-actions / Quality Monitor
Not covered lines
Lines 109-151 are not covered by tests
Check warning on line 170 in src/main/java/edu/hm/hafner/grading/github/GitHubAutoGradingRunner.java
github-actions / Quality Monitor
Not covered lines
Lines 169-170 are not covered by tests
Check warning on line 44 in src/main/java/edu/hm/hafner/grading/github/GitHubAnnotationsBuilder.java
github-actions / Quality Monitor
Not covered lines
Lines 39-44 are not covered by tests
Check warning on line 56 in src/main/java/edu/hm/hafner/grading/github/GitHubAnnotationsBuilder.java
github-actions / Quality Monitor
Not covered line
Line 56 is not covered by tests
Check warning on line 63 in src/main/java/edu/hm/hafner/grading/github/GitHubAnnotationsBuilder.java
github-actions / Quality Monitor
Not covered line
Line 63 is not covered by tests
Check warning on line 92 in src/main/java/edu/hm/hafner/grading/github/GitHubAnnotationsBuilder.java
github-actions / Quality Monitor
Not covered lines
Lines 81-92 are not covered by tests
Check warning on line 97 in src/main/java/edu/hm/hafner/grading/github/GitHubAutoGradingRunner.java
github-actions / Quality Monitor
Partially covered line
Line 97 is only partially covered, one branch is missing
Check warning on line 103 in src/main/java/edu/hm/hafner/grading/github/GitHubAutoGradingRunner.java
github-actions / Quality Monitor
Partially covered line
Line 103 is only partially covered, one branch is missing
Check warning on line 59 in src/main/java/edu/hm/hafner/grading/github/GitHubAnnotationsBuilder.java
github-actions / Quality Monitor
Partially covered line
Line 59 is only partially covered, one branch is missing