Quality Monitor
🚦 Tests: 100 % successful (✔️ 27 passed)
〰️ Line Coverage: 80% (11 missed lines)
➰ Branch Coverage: 57% (6 missed branches)
Mutation Coverage: 67% (9 survived mutations)
CheckStyle: No warnings
PMD: No warnings
SpotBugs: No warnings
Created by Quality Monitor v1.9.0 (#00b9b1a)
Details
☀️ Quality Monitor
🚦 Tests
Name | Reports | Passed | Skipped | Failed | Total |
---|---|---|---|---|---|
Tests | 5 | 27 | 0 | 0 | 27 |
❗ 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 |
👣 Code Coverage
Name | Covered % | Missed % |
---|---|---|
Line Coverage | 80 | 20 |
Branch Coverage | 57 | 43 |
Total Ø | 68 | 32 |
🔬 Mutation Coverage
Name | Killed % | Survived % |
---|---|---|
Mutation Coverage | 67 | 33 |
Annotations
Check warning on line 56 in src/main/java/io/jenkins/plugins/fontawesome/SvgTag.java
github-actions / Quality Monitor
Not covered lines
Lines 42-56 are not covered by tests
Check warning on line 84 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java
github-actions / Quality Monitor
Not covered lines
Lines 83-84 are not covered by tests
Check warning on line 107 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java
github-actions / Quality Monitor
Not covered lines
Lines 106-107 are not covered by tests
Check warning on line 117 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java
github-actions / Quality Monitor
Not covered lines
Lines 112-117 are not covered by tests
Check warning on line 75 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java
github-actions / Quality Monitor
Partially covered line
Line 75 is only partially covered, one branch is missing
Check warning on line 77 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java
github-actions / Quality Monitor
Partially covered line
Line 77 is only partially covered, one branch is missing
Check warning on line 78 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java
github-actions / Quality Monitor
Partially covered line
Line 78 is only partially covered, one branch is missing
Check warning on line 99 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java
github-actions / Quality Monitor
Partially covered line
Line 99 is only partially covered, one branch is missing
Check warning on line 102 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java
github-actions / Quality Monitor
Partially covered line
Line 102 is only partially covered, one branch is missing
Check warning on line 105 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java
github-actions / Quality Monitor
Partially covered line
Line 105 is only partially covered, one branch is missing
Check warning on line 75 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java
github-actions / Quality Monitor
Mutation survived
One mutation survived in line 75 (BooleanTrueReturnValsMutator)
Raw output
Survived mutations:
- replaced boolean return with true for io/jenkins/plugins/fontawesome/FontAwesomeIcons::lambda$getIconsFromClasspath$0 (org.pitest.mutationtest.engine.gregor.mutators.returns.BooleanTrueReturnValsMutator)
Check warning on line 77 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java
github-actions / Quality Monitor
Mutation survived
One mutation survived in line 77 (BooleanTrueReturnValsMutator)
Raw output
Survived mutations:
- replaced boolean return with true for io/jenkins/plugins/fontawesome/FontAwesomeIcons::lambda$getIconsFromClasspath$1 (org.pitest.mutationtest.engine.gregor.mutators.returns.BooleanTrueReturnValsMutator)
Check warning on line 78 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java
github-actions / Quality Monitor
Mutation survived
One mutation survived in line 78 (BooleanTrueReturnValsMutator)
Raw output
Survived mutations:
- replaced boolean return with true for io/jenkins/plugins/fontawesome/FontAwesomeIcons::lambda$getIconsFromClasspath$2 (org.pitest.mutationtest.engine.gregor.mutators.returns.BooleanTrueReturnValsMutator)
Check warning on line 116 in src/main/java/io/jenkins/plugins/fontawesome/SvgTag.java
github-actions / Quality Monitor
Not covered lines
Lines 42-116 are not covered by tests