Skip to content

Inject an invalid XML value to test NACK scenario

Sign in for the full log view
GitHub Actions / pitest completed Dec 2, 2024 in 1s

Pitest mutation testing feedback

  • Surviving mutants in this change: 2
  • Killed mutants in this change: 1
class surviving killed
🧟uk.nhs.adaptors.gp2gp.ehr.mapper.DocumentReferenceToNarrativeStatementMapper 2 1

See https://pitest.org

Annotations

Check warning on line 69 in service/src/main/java/uk/nhs/adaptors/gp2gp/ehr/mapper/DocumentReferenceToNarrativeStatementMapper.java

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

Check warning on line 70 in service/src/main/java/uk/nhs/adaptors/gp2gp/ehr/mapper/DocumentReferenceToNarrativeStatementMapper.java

See this annotation in the file changed.

@github-actions github-actions / pitest

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

removed call to participant (no tests cover this line RemoveChainedCallsMutator)