| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 6 | 
| Code Lines | 3 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 4 | 
| CRAP Score | 1 | 
| Changes | 2 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 12 | 8 | public function __construct(array $query = [], array $request = [], array $attributes = [], array $cookies = [], array $files = [], array $server = [], $content = null)  | 
            |
| 13 |     { | 
            ||
| 14 | 8 | parent::__construct($query, $request, $attributes, $cookies, $files, $server, $content);  | 
            |
| 15 | |||
| 16 | 8 | $this->withFilters = false;  | 
            |
| 17 | 8 | $this->withOrdering = false;  | 
            |
| 18 | 8 | }  | 
            |
| 34 |