| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 15 | 
| Code Lines | 13 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 2 | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 18 | protected function staticColumn($name, array $attributes = [])  | 
            ||
| 19 |     { | 
            ||
| 20 | return array_merge([  | 
            ||
| 21 | 'data' => $name,  | 
            ||
| 22 | 'name' => $name,  | 
            ||
| 23 | 'title' => $this->builder()->getQualifiedTitle($name),  | 
            ||
| 24 | 'defaultContent' => '',  | 
            ||
| 25 | 'render' => null,  | 
            ||
| 26 | 'orderable' => false,  | 
            ||
| 27 | 'searchable' => false,  | 
            ||
| 28 | 'exportable' => false,  | 
            ||
| 29 | 'printable' => true,  | 
            ||
| 30 | 'footer' => '',  | 
            ||
| 31 | ], $attributes);  | 
            ||
| 32 | }  | 
            ||
| 33 | |||
| 56 |