| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 11 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 27 | protected function execute(InputInterface $input, OutputInterface $output)  | 
            ||
| 28 |     { | 
            ||
| 29 | $outputHelper = new SymfonyStyle($input, $output);  | 
            ||
| 30 | |||
| 31 |         $data = json_decode(file_get_contents('stat.json'), true); | 
            ||
| 32 | |||
| 33 | $this->getContainer()->get(StatCliDumper::class)->dump(  | 
            ||
| 34 | $data['stats'],  | 
            ||
| 35 | $data['total'],  | 
            ||
| 36 |             $input->getOption('zoom'), | 
            ||
| 37 | $outputHelper  | 
            ||
| 38 | );  | 
            ||
| 40 | }  |