Skip to content
GitHub Actions / pitest completed May 2, 2024 in 0s

Pitest mutation testing feedback

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

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

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

replaced return value with null for matchVariable (no tests cover this line NullReturnValsMutator)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

removed call to com/google/common/base/Preconditions::checkState (covered by 3 tests VoidMethodCallMutator)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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