Pitest mutation testing feedback
- Surviving mutants in this change: 20
- Killed mutants in this change: 69
class | surviving | killed |
---|---|---|
🧟tech.picnic.errorprone.bugpatterns.EagerStringFormatting$StringFormatExpression |
13 | 26 |
🧟tech.picnic.errorprone.bugpatterns.EagerStringFormatting |
7 | 43 |
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 113 without causing a test to fail
replaced return value with null for analyzeFormatStringContext (covered by 1 tests NullReturnValsMutator)
github-actions / pitest
A change can be made to line 162 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 135 without causing a test to fail
removed conditional - replaced comparison check with false (covered by 2 tests RemoveConditionalMutator_ORDER_ELSE)
github-actions / pitest
A change can be made to line 165 without causing a test to fail
replaced return value with null for analyzeFormatStringContext (no tests cover this line NullReturnValsMutator)
github-actions / pitest
A change can be made to line 191 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 186 without causing a test to fail
replaced return value with null for analyzeFormatStringContext (covered by 1 tests NullReturnValsMutator)
github-actions / pitest
A change can be made to line 138 without causing a test to fail
replaced return value with null for analyzeFormatStringContext (no tests cover this line NullReturnValsMutator)
github-actions / pitest
A change can be made to line 270 without causing a test to fail
replaced boolean return with true for isSimplifiable (no tests cover this line BooleanTrueReturnValsMutator)
github-actions / pitest
A change can be made to line 242 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 268 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 a lambda on line 225 without causing a test to fail
replaced return value with null for 1st lambda in deriveFormatStringExpression (no tests cover this line NullReturnValsMutator)
github-actions / pitest
A change can be made to line 283 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 232 without causing a test to fail
replaced return value with Optional.empty for tryCreate (no tests cover this line EmptyObjectReturnValsMutator)
github-actions / pitest
A change can be made to line 231 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 277 without causing a test to fail
replaced boolean return with true for isSimplifiable (no tests cover this line BooleanTrueReturnValsMutator)
github-actions / pitest
2 different changes can be made to line 275 without causing a test to fail
Replaced integer subtraction with addition (covered by 2 tests MathMutator)
removed conditional - replaced equality check with false (covered by 2 tests RemoveConditionalMutator_EQUAL_ELSE)
github-actions / pitest
A change can be made to a lambda on line 268 without causing a test to fail
replaced boolean return with false for 1st lambda in isSimplifiable (covered by 2 tests BooleanFalseReturnValsMutator)
github-actions / pitest
A change can be made to line 274 without causing a test to fail
swapped parameters 1 and 2 in call to indexOf (covered by 2 tests ParamSwapMutator)
github-actions / pitest
A change can be made to line 289 without causing a test to fail
replaced boolean return with true for isSimplifiable (covered by 2 tests BooleanTrueReturnValsMutator)