| Conditions | 2 | 
| Paths | 2 | 
| Total Lines | 7 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 2 | 
| CRAP Score | 2 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 17 | 67 | public function __construct()  | 
            |
| 18 |     { | 
            ||
| 19 |         try { | 
            ||
| 20 | 67 | $this->factory = $this->streamFactory = $this->responseFactory = new Psr17Factory();  | 
            |
| 21 | // @codeCoverageIgnoreStart  | 
            ||
| 22 |         } catch (Throwable) { | 
            ||
| 23 |             throw new RuntimeException('Install laminas/laminas-diactoros'); | 
            ||
| 24 | // @codeCoverageIgnoreEnd  | 
            ||
| 40 |