Skip to content
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

Check warning on line 153 in error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/ClassMemberOrdering.java

See this annotation in the file changed.

@github-actions 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)

Check warning on line 124 in error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/ClassMemberOrdering.java

See this annotation in the file changed.

@github-actions 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)

Check warning on line 123 in error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/ClassMemberOrdering.java

See this annotation in the file changed.

@github-actions 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)