| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 36 | 1 | protected function writeResultHandler(): void |
|
| 37 | { |
||
| 38 | 1 | $this->throws(MySqlDataLayerException::class); |
|
| 39 | |||
| 40 | 1 | $routine_args = $this->getRoutineArgs(); |
|
| 41 | 1 | $this->codeStore->append('return $this->executeTable(\'call '.$this->routine['routine_name'].'('.$routine_args.')\');'); |
|
| 42 | 1 | } |
|
| 66 |