Skip to content
GitHub Actions / pitest completed Oct 27, 2024 in 1s

Pitest mutation testing feedback

  • Surviving mutants in this change: 2
  • Killed mutants in this change: 33
class surviving killed
🧟tech.picnic.errorprone.bugpatterns.LexicographicalAnnotationAttributeListing 1 1
🧟tech.picnic.errorprone.bugpatterns.ConstantNaming 1 22
πŸŽ‰tech.picnic.errorprone.bugpatterns.ConstantNaming$1 0 9
πŸŽ‰tech.picnic.errorprone.utils.Flags 0 1

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

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

swapped parameters 1 and 2 in call to union (covered by 3 tests ParamSwapMutator)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

swapped parameters 1 and 2 in call to union (covered by 3 tests ParamSwapMutator)