Pitest mutation testing feedback
- Surviving mutants in this change: 8
- Killed mutants in this change: 34
class | surviving | killed |
---|---|---|
🧟tech.picnic.errorprone.bugpatterns.CanonicalConstantFieldName |
8 | 34 |
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 119 without causing a test to fail
removed conditional - replaced equality check with true (covered by 3 tests RemoveConditionalMutator_EQUAL_IF)
github-actions / pitest
A change can be made to line 157 without causing a test to fail
removed conditional - replaced equality check with true (covered by 3 tests RemoveConditionalMutator_EQUAL_IF)
github-actions / pitest
A change can be made to line 178 without causing a test to fail
replaced boolean return with false for getIncludePrivateConstantFieldNames (covered by 3 tests BooleanFalseReturnValsMutator)
github-actions / pitest
A change can be made to line 125 without causing a test to fail
removed conditional - replaced equality check with false (covered by 3 tests RemoveConditionalMutator_EQUAL_ELSE)
github-actions / pitest
A change can be made to line 126 without causing a test to fail
replaced return value with null for matchClass (no tests cover this line NullReturnValsMutator)
github-actions / pitest
A change can be made to line 111 without causing a test to fail
removed conditional - replaced equality check with false (covered by 3 tests RemoveConditionalMutator_EQUAL_ELSE)
github-actions / pitest
A change can be made to line 112 without causing a test to fail
replaced return value with null for matchClass (no tests cover this line 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 3 tests RemoveConditionalMutator_EQUAL_ELSE)