| lib/CLI/Dispatch/Command.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 18 | 72.2 |
| line | true | false | branch |
|---|---|---|---|
| 9 | 0 | 66 | if @_ |
| 11 | 9 | 57 | unless ($self->can('log')) |
| 23 | 65 | 0 | if ($self->can('logger')) |
| 24 | 3 | 62 | $$self{'verbose'} || $$self{'debug'} || $$self{'logfilter'} ? : |
| 26 | 65 | 0 | if ($self->can('logfilter')) |
| 27 | 1 | 64 | $$self{'logfilter'} ? : |
| 28 | 64 | 1 | unless $$self{'debug'} |
| 40 | 55 | 51 | defined $$self{$name} ? : |
| 63 | 0 | 0 | unless my $file = $INC{$class} || $0 |