This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / pitest
completed
Oct 1, 2023 in 0s
Pitest mutation testing feedback
- Surviving mutants in this change: 5
- Killed mutants in this change: 48
class | surviving | killed |
---|---|---|
🧟tech.picnic.errorprone.bugpatterns.ClassMemberOrdering |
5 | 48 |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.
Annotations
github-actions / pitest
3 different changes can be made to line 153 without causing a test to fail
removed conditional - replaced equality check with true (covered by 6 tests RemoveConditionalMutator_EQUAL_IF)
removed conditional - replaced equality check with true (covered by 6 tests RemoveConditionalMutator_EQUAL_IF)
removed conditional - replaced equality check with true (covered by 6 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 replaceClassMember (covered by 1 tests NullReturnValsMutator)
github-actions / pitest
A change can be made to line 123 without causing a test to fail
removed conditional - replaced equality check with false (covered by 6 tests RemoveConditionalMutator_EQUAL_ELSE)
Loading