Pitest mutation testing feedback
- Surviving mutants in this change: 9
- Killed mutants in this change: 37
class | surviving | killed |
---|---|---|
🧟tech.picnic.errorprone.bugpatterns.ExplicitArgumentEnumeration |
9 | 37 |
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 conditional - replaced equality check with true (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
github-actions / pitest
A change can be made to line 180 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 112 without causing a test to fail
removed conditional - replaced equality check with true (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
github-actions / pitest
3 different changes can be made to a lambda on line 135 without causing a test to fail
removed conditional - replaced equality check with true in 1st lambda in trySuggestCallingVarargsOverload (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
removed conditional - replaced equality check with true in 1st lambda in trySuggestCallingVarargsOverload (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
replaced boolean return with true for 1st lambda in trySuggestCallingVarargsOverload (covered by 2 tests BooleanTrueReturnValsMutator)
github-actions / pitest
A change can be made to line 113 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 186 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 102 without causing a test to fail
removed conditional - replaced equality check with false (covered by 2 tests RemoveConditionalMutator_EQUAL_ELSE)