Sealed interface recursion #927
Merged
GitHub Actions / pitest
completed
Feb 23, 2024 in 0s
Pitest mutation testing feedback
- Surviving mutants in this change: 1
- Killed mutants in this change: 13
class | surviving | killed |
---|---|---|
nl.jqno.equalsverifier.internal.reflection.RecordObjectAccessor |
1 | 0 |
nl.jqno.equalsverifier.internal.reflection.ClassAccessor |
0 | 5 |
nl.jqno.equalsverifier.internal.reflection.InPlaceObjectAccessor |
0 | 3 |
nl.jqno.equalsverifier.internal.prefabvalues.factories.FallbackFactory |
0 | 1 |
nl.jqno.equalsverifier.internal.reflection.FieldModifier |
0 | 1 |
nl.jqno.equalsverifier.internal.prefabvalues.PrefabValues |
0 | 3 |
Mutation testing report generated by PITest - https://pitest.org - if there are surviving mutants, please check the line comments under 'Files changed', or the full report under the 'CI / pitest' check below this comment.
Annotations
github-actions / pitest
A change can be made to a lambda on line 69 without causing a test to fail
replaced return value with null for 1st lambda in scramble (0 tests run NullReturnValsMutator)
Loading