| Conditions | 2 |
| Paths | 2 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 11 | 13 | public function renderData($originalData, $restructuredData, $configurationData, $options) |
|
| 12 | { |
||
| 13 | 13 | if ($originalData instanceof RenderCellInterface) { |
|
| 14 | 2 | return $this->renderEachCell($originalData, $restructuredData, $configurationData, $options); |
|
| 15 | } |
||
| 16 | 11 | return $restructuredData; |
|
| 17 | } |
||
| 18 | |||
| 29 |