Skip to content
GitHub Actions / pitest completed Jan 29, 2024 in 0s

Pitest mutation testing feedback

  • Surviving mutants in this change: 3
  • Killed mutants in this change: 16
class surviving killed
🧟tech.picnic.errorprone.bugpatterns.util.ThirdPartyLibrary 3 16

Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

Annotations

Check warning on line 91 in error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/ThirdPartyLibrary.java

See this annotation in the file changed.

@github-actions github-actions / pitest

A change can be made to line 91 without causing a test to fail

removed conditional - replaced equality check with true (covered by 17 tests RemoveConditionalMutator_EQUAL_IF)

Check warning on line 96 in error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/ThirdPartyLibrary.java

See this annotation in the file changed.

@github-actions github-actions / pitest

2 different changes can be made to line 96 without causing a test to fail

removed conditional - replaced equality check with false (covered by 17 tests RemoveConditionalMutator_EQUAL_ELSE)
removed conditional - replaced equality check with false (covered by 6 tests RemoveConditionalMutator_EQUAL_ELSE)