Sort arguments of RefasterRuleCollectionTestCase#elidedTypesAndStaticImports #850
GitHub Actions / pitest
completed
May 24, 2024 in 0s
Pitest mutation testing feedback
- Surviving mutants in this change: 4
- Killed mutants in this change: 15
class | surviving | killed |
---|---|---|
🧟tech.picnic.errorprone.refaster.test.RefasterRuleCollection$1 |
3 | 9 |
🧟tech.picnic.errorprone.refaster.test.RefasterRuleCollection |
1 | 4 |
🎉tech.picnic.errorprone.refaster.test.RefasterRuleCollection$UnexpectedMatchReporter |
0 | 2 |
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 202 without causing a test to fail
removed call to filter (covered by 3 tests RemoveFilterMutator)
github-actions / pitest
A change can be made to a lambda on line 222 without causing a test to fail
removed conditional - replaced equality check with true in 3rd lambda in visitMethod (covered by 3 tests RemoveConditionalMutator_EQUAL_IF)
github-actions / pitest
A change can be made to line 239 without causing a test to fail
replaced return value with null for visitMethod (covered by 8 tests NullReturnValsMutator)
github-actions / pitest
A change can be made to line 166 without causing a test to fail
removed conditional - replaced equality check with false (covered by 8 tests RemoveConditionalMutator_EQUAL_ELSE)
Loading