Skip to content
GitHub Actions / pitest completed Nov 25, 2023 in 0s

Pitest mutation testing feedback

  • Surviving mutants in this change: 6
  • Killed mutants in this change: 19
class surviving killed
🧟tech.picnic.errorprone.bugpatterns.Slf4jLogDeclaration$1 3 4
🧟tech.picnic.errorprone.bugpatterns.Slf4jLogDeclaration 3 15

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

Annotations

Check warning on line 87 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 87 without causing a test to fail

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

Check warning on line 107 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 107 without causing a test to fail

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

Check warning on line 99 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 99 without causing a test to fail

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

Check warning on line 121 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 121 without causing a test to fail

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

Check warning on line 111 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 111 without causing a test to fail

replaced return value with null for visitClass (covered by 1 tests NullReturnValsMutator)

Check warning on line 126 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 126 without causing a test to fail

replaced return value with null for visitMethodInvocation (covered by 1 tests NullReturnValsMutator)