blib/lib/Mojolicious/Plugin/NotYAMLConfig.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
10 | 1 | 4 | if $@ |
11 | 0 | 4 | unless ref $config eq "HASH" |
20 | 2 | 6 | if (my $mod = $conf->{'module'}) |
21 | 1 | 1 | unless $self->{'yaml'} = $mod->can("Load") |