| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | protected function configure() |
||
| 17 | { |
||
| 18 | $this |
||
| 19 | ->setName('phorensic:analyse') |
||
| 20 | ->setDescription('Analyse the data stored in a DB.') |
||
| 21 | ->addArgument('dbPath', InputArgument::REQUIRED, 'What db do you want to analyse?') |
||
| 22 | ->addArgument('limit', InputArgument::OPTIONAL, 'How many results do you want to see?', null); |
||
| 23 | } |
||
| 24 | |||
| 44 |