| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 13 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 2 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 15 | public function __construct(  | 
            ||
| 16 | ContainerInterface $dic  | 
            ||
| 17 |     ) { | 
            ||
| 18 | $this->dic = $dic;  | 
            ||
| 19 | |||
| 20 | parent::__construct(  | 
            ||
| 21 | 'refactor:split',  | 
            ||
| 22 | 'Moves the warpdrive split from core to drive'  | 
            ||
| 23 | );  | 
            ||
| 24 | |||
| 25 | $this  | 
            ||
| 26 | ->usage(  | 
            ||
| 27 | '<bold> $0 refactor:split</end> <comment></end> ## Refactors warpdrive split<eol/>'  | 
            ||
| 28 | );  | 
            ||
| 42 |