| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 9 | 
| Code Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 2 | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 31 | protected function execute(InputInterface $input, OutputInterface $output)  | 
            ||
| 32 |     { | 
            ||
| 33 | $analyzerConfiguration = Analyzer\Factory::getPassesConfigurations();  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 34 | $configuration = new Configuration([], $analyzerConfiguration);  | 
            ||
| 35 | $configTree = $configuration->getConfigTreeBuilder($analyzerConfiguration)->buildTree();  | 
            ||
| 36 | |||
| 37 | $dumper = new YamlReferenceDumper();  | 
            ||
| 38 | $output->writeln($dumper->dumpNode($configTree));  | 
            ||
| 39 | }  | 
            ||
| 40 | }  | 
            ||
| 41 | 
Very long variable names usually make code harder to read. It is therefore recommended not to make variable names too verbose.