| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 9 | 
| Code Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 7 | 
| CRAP Score | 1 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 20 | 2 | protected function configure()  | 
            |
| 21 |     { | 
            ||
| 22 | 2 | $this  | 
            |
| 23 | 2 |             ->setName('elasticsearch:index:list') | 
            |
| 24 | 2 |             ->setDescription('Index list') | 
            |
| 25 | 2 |             ->addOption('pattern', '', InputOption::VALUE_REQUIRED, 'Index name filter pattern', null) | 
            |
| 26 | 2 |             ->addOption('client', null, InputOption::VALUE_REQUIRED, 'Client to use (if not default)', null) | 
            |
| 27 | ;  | 
            ||
| 28 | 2 | }  | 
            |
| 29 | |||
| 44 |