| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | public function collect(Request $request, Response $response, \Exception $exception = null) |
||
| 30 | { |
||
| 31 | $this->data['nb_queries'] = count($this->queryLogger); |
||
| 32 | $this->data['statements'] = $this->queryLogger->getStatements(); |
||
| 33 | $this->data['time'] = $this->queryLogger->getElapsedTime(); |
||
| 34 | } |
||
| 35 | |||
| 76 |