GitHub Actions / pitest
completed
Jan 29, 2024 in 0s
Pitest mutation testing feedback
- Surviving mutants in this change: 3
- Killed mutants in this change: 16
class | surviving | killed |
---|---|---|
🧟tech.picnic.errorprone.bugpatterns.util.ThirdPartyLibrary |
3 | 16 |
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 91 without causing a test to fail
removed conditional - replaced equality check with true (covered by 17 tests RemoveConditionalMutator_EQUAL_IF)
github-actions / pitest
2 different changes can be made to line 96 without causing a test to fail
removed conditional - replaced equality check with false (covered by 17 tests RemoveConditionalMutator_EQUAL_ELSE)
removed conditional - replaced equality check with false (covered by 6 tests RemoveConditionalMutator_EQUAL_ELSE)
Loading