Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE: Inject an invalid XML value to test NACK scenario #1018

Closed
wants to merge 2 commits into from

ALso break Encounters!

602b117
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

DO NOT MERGE: Inject an invalid XML value to test NACK scenario #1018

ALso break Encounters!
602b117
Select commit
Loading
Failed to load commit list.
GitHub Actions / pitest completed Dec 2, 2024 in 1s

Pitest mutation testing feedback

  • Surviving mutants in this change: 5
  • Killed mutants in this change: 1
class surviving killed
🧟uk.nhs.adaptors.gp2gp.ehr.mapper.EncounterMapper 3 0
🧟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)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

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

See this annotation in the file changed.

@github-actions github-actions / pitest

2 different changes can be made to line 81 without causing a test to fail

removed conditional - replaced equality check with false (covered by 16 tests RemoveConditionalMutator_EQUAL_ELSE)
removed conditional - replaced equality check with false (no tests cover this line RemoveConditionalMutator_EQUAL_ELSE)