Skip to content
GitHub Actions / pitest completed Jan 21, 2024 in 0s

Pitest mutation testing feedback

  • Surviving mutants in this change: 10
  • Killed mutants in this change: 38
class surviving killed
🧟tech.picnic.errorprone.bugpatterns.ExplicitArgumentEnumeration 10 38

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

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

replaced boolean return with true for isPublic (covered by 2 tests BooleanTrueReturnValsMutator)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

3 different changes can be made to a lambda on line 137 without causing a test to fail

removed conditional - replaced equality check with true in 1st lambda in trySuggestCallingVarargsOverload (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
removed conditional - replaced equality check with true in 1st lambda in trySuggestCallingVarargsOverload (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
replaced boolean return with true for 1st lambda in trySuggestCallingVarargsOverload (covered by 2 tests BooleanTrueReturnValsMutator)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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