| blib/lib/App/TemplateCMD/Command/Help.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 0 | 0 | if ($command) |
| 35 | 0 | 0 | if ($module) { } |
| 0 | 0 | elsif ($command and $self->can($command) and $command ne 'process') { } | |
| 36 | 0 | 0 | if $module->can('help') |
| 37 | 0 | 0 | if $module->can('HELP') |
| 52 | 0 | 0 | if @aliases |