| Total Complexity | 4 | 
| Total Lines | 34 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 21 | class Css extends AbstractOptimize  | 
            ||
| 22 | { | 
            ||
| 23 | /**  | 
            ||
| 24 |      * {@inheritdoc} | 
            ||
| 25 | */  | 
            ||
| 26 | 1 | public function getName(): string  | 
            |
| 29 | }  | 
            ||
| 30 | |||
| 31 | /**  | 
            ||
| 32 |      * {@inheritdoc} | 
            ||
| 33 | */  | 
            ||
| 34 | 1 | public function init(array $options): void  | 
            |
| 35 |     { | 
            ||
| 36 | 1 | $this->type = 'css';  | 
            |
| 37 | 1 | parent::init($options);  | 
            |
| 38 | }  | 
            ||
| 39 | |||
| 40 | /**  | 
            ||
| 41 |      * {@inheritdoc} | 
            ||
| 42 | */  | 
            ||
| 43 | 1 | public function setProcessor(): void  | 
            |
| 45 | 1 | }  | 
            |
| 46 | |||
| 47 | /**  | 
            ||
| 48 |      * {@inheritdoc} | 
            ||
| 49 | */  | 
            ||
| 50 | 1 | public function processFile(\Symfony\Component\Finder\SplFileInfo $file): string  | 
            |
| 57 |