Skip to content
GitHub Actions / pitest completed Dec 27, 2024 in 0s

Pitest mutation testing feedback

  • Surviving mutants in this change: 2
  • Killed mutants in this change: 98
class surviving killed
🧟tech.picnic.errorprone.bugpatterns.EagerStringFormatting 1 58
🧟tech.picnic.errorprone.bugpatterns.EagerStringFormatting$StringFormatExpression 1 40

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

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

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

See this annotation in the file changed.

@github-actions github-actions / pitest

A change can be made to a lambda on line 248 without causing a test to fail

replaced return value with null for 1st lambda in deriveFormatStringExpression (no tests cover this line NullReturnValsMutator)