lib/CLI/Dispatch/Command.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 20 | 75.0 |
line | true | false | branch |
---|---|---|---|
9 | 0 | 91 | if @_ |
11 | 10 | 81 | unless ($self->can('log')) |
23 | 1 | 130 | if defined $self->{$_} |
27 | 91 | 0 | if ($self->can('logger')) |
28 | 3 | 88 | $self->{'verbose'} || $self->{'debug'} || $self->{'logfilter'} ? : |
30 | 91 | 0 | if ($self->can('logfilter')) |
31 | 1 | 90 | $self->{'logfilter'} ? : |
32 | 90 | 1 | unless $self->{'debug'} |
44 | 74 | 65 | defined $self->{$name} ? : |
67 | 0 | 0 | unless my $file = $INC{$class} || $0 |