NIAD-3304: Add functionality for medication codeable concepts to include non-SNOMEDCT codes #1134
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 |
Annotations
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)
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)
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)
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)
Loading