| blib/lib/App/Commando/Presenter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 10 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 1 | 2 | unless @{$self->command->options;} |
| 36 | 1 | 2 | unless %{$self->command->commands;} |
| 49 | 1 | 1 | if $self->command->description |
| 65 | 1 | 1 | if (my $options = $self->options_presentation) |
| 69 | 1 | 1 | if (my $subcommands = $self->subcommands_presentation) |