GitHub Actions / pitest
completed
Aug 31, 2024 in 0s
Pitest mutation testing feedback
- Surviving mutants in this change: 3
- Killed mutants in this change: 35
class | surviving | killed |
---|---|---|
π§tech.picnic.errorprone.documentation.RefasterRuleCollectionTestExtractor |
2 | 25 |
π§tech.picnic.errorprone.documentation.RefasterRuleCollectionTestExtractor$RefasterTestCase |
1 | 1 |
πtech.picnic.errorprone.documentation.BugPatternTestExtractor$BugPatternTestCollector |
0 | 5 |
πtech.picnic.errorprone.documentation.BugPatternTestExtractor |
0 | 1 |
πtech.picnic.errorprone.documentation.BugPatternTestExtractor$BugPatternTestCases |
0 | 1 |
πtech.picnic.errorprone.documentation.RefasterRuleCollectionTestExtractor$RefasterTestCases |
0 | 1 |
πtech.picnic.errorprone.documentation.BugPatternTestExtractor$BugPatternTestCase |
0 | 1 |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.
Annotations
github-actions / pitest
A change can be made to line 126 without causing a test to fail
removed call to repeat (covered by 2 tests RemoveChainedCallsMutator)
github-actions / pitest
A change can be made to line 121 without causing a test to fail
changed conditional boundary (covered by 2 tests ConditionalsBoundaryMutator)
github-actions / pitest
A change can be made to line 169 without causing a test to fail
swapped parameters 1 and 2 in call to <init> (covered by 2 tests ParamSwapMutator)
Loading