Introduce ExplicitArgumentEnumeration
check
#4040
GitHub Actions / pitest
completed
Dec 14, 2024 in 1s
Pitest mutation testing feedback
- Surviving mutants in this change: 2
- Killed mutants in this change: 39
class | surviving | killed |
---|---|---|
🧟tech.picnic.errorprone.bugpatterns.ExplicitArgumentEnumeration |
2 | 39 |
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 106 without causing a test to fail
removed conditional - replaced equality check with false (covered by 2 tests RemoveConditionalMutator_EQUAL_ELSE)
github-actions / pitest
A change can be made to line 130 without causing a test to fail
removed conditional - replaced equality check with true (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
Loading