| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | 2 | protected function makeHole(NodeInfo $targetNode): void |
|
| 22 | { |
||
| 23 | 2 | $moveFromIndex = $targetNode->getLeft(); |
|
| 24 | 2 | $this->getManipulator()->moveLeftIndexes($moveFromIndex, 2, $targetNode->getScope()); |
|
| 25 | 2 | $this->getManipulator()->moveRightIndexes($moveFromIndex, 2, $targetNode->getScope()); |
|
| 26 | } |
||
| 43 |