NIAD-3471 Support multiple given names in practitioner XML#1292
Open
MartinWheelerMT wants to merge 6 commits into
Open
NIAD-3471 Support multiple given names in practitioner XML#1292MartinWheelerMT wants to merge 6 commits into
MartinWheelerMT wants to merge 6 commits into
GitHub Actions / pitest
completed
Jun 23, 2026 in 0s
Pitest mutation testing feedback
- Surviving mutants in this change: 5
- Killed mutants in this change: 21
| class | surviving | killed |
|---|---|---|
🧟uk.nhs.adaptors.pss.translator.mapper.AgentDirectoryMapper |
5 | 17 |
💯uk.nhs.adaptors.pss.translator.util.ParticipantReferenceUtil |
0 | 4 |
Annotations
github-actions / pitest
A change can be made to line 167 without causing a test to fail
removed conditional - replaced equality check with false (covered by 5 tests RemoveConditionalMutator_EQUAL_ELSE)
github-actions / pitest
A change can be made to line 171 without causing a test to fail
removed conditional - replaced equality check with true (covered by 21 tests RemoveConditionalMutator_EQUAL_IF)
github-actions / pitest
A change can be made to line 164 without causing a test to fail
removed call to filter (covered by 5 tests RemoveFilterMutator)
github-actions / pitest
A change can be made to line 159 without causing a test to fail
removed conditional - replaced equality check with false (covered by 5 tests RemoveConditionalMutator_EQUAL_ELSE)
github-actions / pitest
A change can be made to line 160 without causing a test to fail
replaced return value with "" for getGivenNamesAsString (no tests cover this line EmptyObjectReturnValsMutator)
Loading