blib/lib/Ado/Command.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
31 | 0 | 0 | if $config |
35 | 0 | 0 | if ($config = eval { do { 'Mojolicious::Plugin::Config'->new->load($conf_file, {}, $app) } }) { } |
49 | 0 | 0 | $key ? : |
58 | 0 | 0 | ref $self ? : |
59 | 0 | 0 | unless $self->init(@args) |
63 | 0 | 0 | if ($action and $self->can($action)) { } |
69 | 0 | 0 | unless $self->config->{'actions'} |