Skip to content

NIAD-3304: Add functionality for medication codeable concepts to incl…

ad12c17
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

NIAD-3304: Add functionality for medication codeable concepts to include non-SNOMEDCT codes #1134

NIAD-3304: Add functionality for medication codeable concepts to incl…
ad12c17
Select commit
Loading
Failed to load commit list.
GitHub Actions / pitest completed Mar 3, 2025 in 0s

Pitest mutation testing feedback

  • Surviving mutants in this change: 5
  • Killed mutants in this change: 9
class surviving killed
🧟uk.nhs.adaptors.gp2gp.ehr.mapper.CodeableConceptCdMapper 5 9

See https://pitest.org

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

replaced return value with "" for 2nd lambda in mapCodeableConceptForMedication (no tests cover this line EmptyObjectReturnValsMutator)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

replaced boolean return with false for 1st lambda in mapCodeableConceptForMedication (covered by 1 tests BooleanFalseReturnValsMutator)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

removed conditional - replaced equality check with true (covered by 47 tests RemoveConditionalMutator_EQUAL_IF)
removed conditional - replaced equality check with false (covered by 47 tests RemoveConditionalMutator_EQUAL_ELSE)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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