| lib/CLI/Framework/Command/Help.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 9 | 22.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 27 | 2 | 0 | 0 | $command_name and exists $alias{$command_name} |
| 33 | 0 | 0 | 0 | $app->get_interactivity_mode and not $app->is_interactive_command($command_name) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 37 | 0 | 2 | 0 | $usage ||= $app->usage |