Skip to content

Merge pull request #130 from jenkinsci/java17

Sign in for the full log view
GitHub Actions / Quality Monitor succeeded Oct 27, 2024 in 0s

Quality Monitor

   🚦   Tests: 100 % successful (✔️ 293 passed)
   〰️   Line Coverage: 96% (86 missed lines)
   ➰   Branch Coverage: 92% (79 missed branches)
   PIT   Mutation Coverage: 90% (114 survived mutations)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: No bugs
   OWASP Dependency Check   OWASP Dependency Check: No vulnerabilitys
   🌀   Cyclomatic Complexity: 654
   💡   Cognitive Complexity: 535
   📝   Non Commenting Source Statements: 2979
   ➿   N-Path Complexity: 1486

Created by Quality Monitor v1.12.0-SNAPSHOT (#e2728ef)

Details

☀️   Quality Monitor

🚦   Tests

Name Reports Passed Skipped Failed Total
Tests 29 293 0 0 293

⚠️   Style

Name Reports Errors High Normal Low Total
CheckStyle 2 0 0 0 0 0
PMD 3 0 0 0 0 0
Total 5 0 0 0 0 0

🐛   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 0 0 0

👣   Code Coverage

Code Coverage: 94%

Name Covered % Missed %
Line Coverage 96 4
Branch Coverage 92 8
Total Ø 94 6

🔬   Mutation Coverage

Mutation Coverage: 90%

Name Killed % Survived %
Mutation Coverage 90 10

📐   Toplevel Metrics

Name Value
Cyclomatic Complexity 654
Cognitive Complexity 535
Non Commenting Source Statements 2979
N-Path Complexity 1486

Annotations

Check warning on line 134 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 131-134 are not covered by tests

Check warning on line 146 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 146 is not covered by tests

Check warning on line 170 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 170 is not covered by tests

Check warning on line 180 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 180 is not covered by tests

Check warning on line 217 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 217 is not covered by tests

Check warning on line 249 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 249 is not covered by tests

Check warning on line 296 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 296 is not covered by tests

Check warning on line 39 in src/main/java/edu/hm/hafner/coverage/parser/XunitParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 38-39 are not covered by tests

Check warning on line 75 in src/main/java/edu/hm/hafner/coverage/parser/XunitParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 75 is not covered by tests

Check warning on line 141 in src/main/java/edu/hm/hafner/coverage/parser/CoberturaParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 141 is not covered by tests

Check warning on line 153 in src/main/java/edu/hm/hafner/coverage/parser/CoberturaParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 153 is not covered by tests

Check warning on line 210 in src/main/java/edu/hm/hafner/coverage/parser/CoberturaParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 210 is not covered by tests

Check warning on line 284 in src/main/java/edu/hm/hafner/coverage/parser/CoberturaParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 284 is not covered by tests

Check warning on line 298 in src/main/java/edu/hm/hafner/coverage/parser/CoberturaParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 298 is not covered by tests

Check warning on line 73 in src/main/java/edu/hm/hafner/coverage/parser/JunitParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 73 is not covered by tests

Check warning on line 59 in src/main/java/edu/hm/hafner/coverage/parser/MetricsParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 58-59 are not covered by tests

Check warning on line 130 in src/main/java/edu/hm/hafner/coverage/parser/MetricsParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 130 is not covered by tests

Check warning on line 156 in src/main/java/edu/hm/hafner/coverage/parser/MetricsParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 156 is not covered by tests

Check warning on line 190 in src/main/java/edu/hm/hafner/coverage/parser/MetricsParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 190 is not covered by tests

Check warning on line 196 in src/main/java/edu/hm/hafner/coverage/parser/MetricsParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 196 is not covered by tests

Check warning on line 227 in src/main/java/edu/hm/hafner/coverage/parser/MetricsParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 227 is not covered by tests

Check warning on line 195 in src/main/java/edu/hm/hafner/coverage/parser/VectorCastParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 195 is not covered by tests

Check warning on line 218 in src/main/java/edu/hm/hafner/coverage/parser/VectorCastParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 218 is not covered by tests

Check warning on line 55 in src/main/java/edu/hm/hafner/coverage/parser/PitestParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 54-55 are not covered by tests

Check warning on line 134 in src/main/java/edu/hm/hafner/coverage/parser/PitestParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 134 is not covered by tests