Skip to content

Fix metrics configuration. #92

Fix metrics configuration.

Fix metrics configuration. #92

GitHub Actions / Quality Monitor succeeded Oct 28, 2024 in 10s

Quality Monitor

   🚦   Tests: 100 % successful (✔️ 7 passed)
   〰️   Line Coverage: 34% (71 missed lines)
   ➰   Branch Coverage: 25% (12 missed branches)
   PIT   Mutation Coverage: 3% (39 survived mutations)
   🔬   Test Strength: 100% (0 survived mutations in tested code)
   CheckStyle   CheckStyle: 1 warning (normal: 1)
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: No bugs
   OWASP Dependency Check   OWASP Dependency Check: 1 vulnerability (normal: 1)
   🌀   Cyclomatic Complexity: 31
   💡   Cognitive Complexity: 13
   📝   Non Commenting Source Statements: 111
   ➿   N-Path Complexity: 44

Created by Quality Monitor v1.12.0 (#84cd193)

Details

☀️   Quality Monitor

🚦   Tests

Name Reports Passed Skipped Failed Total
Tests 3 7 0 0 7

⚠️   Style

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

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

Name Reports Errors High Normal Low Total
OWASP Dependency Check 1 0 0 1 0 1

👣   Code Coverage

Code Coverage: 29%

Name Covered % Missed %
Line Coverage 34 66
Branch Coverage 25 75
Total Ø 29 71

🔬   Mutation Coverage

Mutation Coverage: 51%

Name Killed % Survived %
Mutation Coverage 3 97
Test Strength 100 0
Total Ø 51 49

📐   Toplevel Metrics

Name Value
Cyclomatic Complexity 31
Cognitive Complexity 13
Non Commenting Source Statements 111
N-Path Complexity 44

Annotations

Check warning on line 45 in /Users/hafner/git/warnings-ng-plugin-devenv/autograding-github-action/src/main/java/edu/hm/hafner/grading/LogHandler.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

CheckStyle: MissingJavadocMethodCheck

Es fehlt ein Javadoc-Kommentar.

Check warning on line 0 in xercesImpl-2.12.2.jar

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

OWASP Dependency Check: CVE-2017-10355

sonatype-2017-0348 - xerces:xercesImpl - Denial of Service (DoS)

The software contains multiple threads or executable segments that are waiting for each other to release a necessary lock, resulting in deadlock.

Check warning on line 43 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 42-43 are not covered by tests

Check warning on line 84 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 83-84 are not covered by tests

Check warning on line 97 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 92-97 are not covered by tests

Check warning on line 107 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 105-107 are not covered by tests

Check warning on line 158 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 116-158 are not covered by tests

Check warning on line 178 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 177-178 are not covered by tests

Check warning on line 92 in src/main/java/edu/hm/hafner/grading/github/GitHubAnnotationsBuilder.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 28-92 are not covered by tests

Check warning on line 104 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Partially covered line

Line 104 is only partially covered, one branch is missing

Check warning on line 110 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Partially covered line

Line 110 is only partially covered, one branch is missing

Check warning on line 59 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 59 is not covered by tests

Check warning on line 184 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 72-184 are not covered by tests

Check warning on line 87 in src/main/java/edu/hm/hafner/grading/github/GitHubAnnotationsBuilder.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 39-87 are not covered by tests