Pitest mutation testing feedback
- Surviving mutants in this change: 10
- Killed mutants in this change: 15
class | surviving | killed |
---|---|---|
🧟tech.picnic.errorprone.bugpatterns.Slf4jLogDeclaration$1 |
7 | 2 |
🧟tech.picnic.errorprone.bugpatterns.Slf4jLogDeclaration |
3 | 13 |
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 86 without causing a test to fail
removed call to fixLoggerVariableDeclaration (covered by 3 tests VoidMethodCallMutator)
github-actions / pitest
A change can be made to line 100 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 80 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 120 without causing a test to fail
removed call to substring (covered by 3 tests RemoveChainedCallsMutator)
github-actions / pitest
A change can be made to line 121 without causing a test to fail
removed call to merge (covered by 1 tests RemoveChainedCallsMutator)
github-actions / pitest
2 different changes can be made to line 119 without causing a test to fail
removed conditional - replaced equality check with false (covered by 3 tests RemoveConditionalMutator_EQUAL_ELSE)
removed conditional - replaced equality check with true (covered by 3 tests RemoveConditionalMutator_EQUAL_IF)
github-actions / pitest
A change can be made to line 124 without causing a test to fail
replaced return value with null for visitMethodInvocation (covered by 3 tests NullReturnValsMutator)
github-actions / pitest
A change can be made to line 110 without causing a test to fail
replaced return value with null for visitClass (covered by 3 tests NullReturnValsMutator)
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 3 tests RemoveConditionalMutator_EQUAL_ELSE)