| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | class CodeCoverageController implements Controller |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | 4 | public function configure(Command $command): void |
|
| 34 | 4 | } |
|
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | * @codeCoverageIgnore |
||
| 39 | */ |
||
| 40 | public function execute(InputInterface $input, OutputInterface $output): void |
||
| 44 |