NIAD-3142: Refactor TransformJsonXmlTool #1384
Open
GitHub Actions / pitest
completed
Oct 30, 2025 in 1s
Pitest mutation testing feedback
- Surviving mutants in this change: 4
- Killed mutants in this change: 0
| class | surviving | killed |
|---|---|---|
🧟uk.nhs.adaptors.gp2gp.transformjsontoxmltool.TransformJsonToXml |
4 | 0 |
Annotations
github-actions / pitest
A change can be made to line 163 without causing a test to fail
removed call to filter (no tests cover this line RemoveFilterMutator)
github-actions / pitest
A change can be made to line 162 without causing a test to fail
replaced return value with null for getNhsNumberIdentifier (no tests cover this line NullReturnValsMutator)
github-actions / pitest
A change can be made to a lambda on line 163 without causing a test to fail
replaced boolean return with false for 1st lambda in getNhsNumberIdentifier (no tests cover this line BooleanFalseReturnValsMutator)
github-actions / pitest
A change can be made to a lambda on line 165 without causing a test to fail
replaced return value with null for 2nd lambda in getNhsNumberIdentifier (no tests cover this line NullReturnValsMutator)
Loading