Skip to content
GitHub Actions / pitest completed Aug 11, 2023 in 1s

Pitest mutation testing feedback

  • Surviving mutants in this change: 1
  • Killed mutants in this change: 3
class surviving killed
🧟tech.picnic.errorprone.bugpatterns.DirectReturn 1 3

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

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

removed conditional - replaced equality check with false (2 tests run RemoveConditionalMutator_EQUAL_ELSE)