Pitest mutation testing feedback
- Surviving mutants in this change: 10
- Killed mutants in this change: 38
class | surviving | killed |
---|---|---|
🧟tech.picnic.errorprone.bugpatterns.ExplicitArgumentEnumeration |
10 | 38 |
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 188 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 104 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 128 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 198 without causing a test to fail
replaced boolean return with true for isPublic (covered by 2 tests BooleanTrueReturnValsMutator)
github-actions / pitest
3 different changes can be made to a lambda on line 137 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 182 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 114 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 115 without causing a test to fail
removed conditional - replaced equality check with false (covered by 2 tests RemoveConditionalMutator_EQUAL_ELSE)