| Conditions | 2 | 
| Paths | 2 | 
| Total Lines | 9 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 8 | 
| CRAP Score | 2 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 56 | 279 | public function __construct($schema, $fragments, $root, $operation, $variables, $errors)  | 
            |
| 57 |     { | 
            ||
| 58 | 279 | $this->schema = $schema;  | 
            |
| 59 | 279 | $this->fragments = $fragments;  | 
            |
| 60 | 279 | $this->root = $root;  | 
            |
| 61 | 279 | $this->operation = $operation;  | 
            |
| 62 | 279 | $this->variables = $variables;  | 
            |
| 63 | 279 | $this->errors = $errors ?: [];  | 
            |
| 64 | 279 | }  | 
            |
| 65 | }  | 
            ||
| 66 |