GitHub Actions / pitest
completed
Nov 25, 2023 in 0s
Pitest mutation testing feedback
- Surviving mutants in this change: 6
- Killed mutants in this change: 19
class | surviving | killed |
---|---|---|
🧟tech.picnic.errorprone.bugpatterns.Slf4jLogDeclaration$1 |
3 | 4 |
🧟tech.picnic.errorprone.bugpatterns.Slf4jLogDeclaration |
3 | 15 |
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 87 without causing a test to fail
removed conditional - replaced equality check with false (covered by 1 tests RemoveConditionalMutator_EQUAL_ELSE)
github-actions / pitest
A change can be made to line 107 without causing a test to fail
removed conditional - replaced equality check with true (covered by 1 tests RemoveConditionalMutator_EQUAL_IF)
github-actions / pitest
A change can be made to line 99 without causing a test to fail
removed conditional - replaced equality check with true (covered by 1 tests RemoveConditionalMutator_EQUAL_IF)
github-actions / pitest
A change can be made to line 121 without causing a test to fail
removed conditional - replaced equality check with true (covered by 1 tests RemoveConditionalMutator_EQUAL_IF)
github-actions / pitest
A change can be made to line 111 without causing a test to fail
replaced return value with null for visitClass (covered by 1 tests NullReturnValsMutator)
github-actions / pitest
A change can be made to line 126 without causing a test to fail
replaced return value with null for visitMethodInvocation (covered by 1 tests NullReturnValsMutator)
Loading