| line |
true |
false |
branch |
|
45
|
66 |
95 |
if $self->registry->{$long} |
|
48
|
0 |
95 |
if $long eq "Mojolicious::Plugin::Fondation" |
|
80
|
35 |
60 |
unless ($instance->can("log")) |
|
91
|
0 |
198 |
if $short =~ /^Mojolicious::/u |
|
97
|
5 |
480 |
if grep {$_ eq $short;} @$provides |
|
104
|
0 |
161 |
unless $plugin and ref $plugin |
|
108
|
4 |
482 |
unless (eval "require $action_class; 1") |
|
134
|
1 |
65 |
if (-d $app_templates) |
|
141
|
1 |
65 |
if (-d $app_public) |
|
154
|
0 |
161 |
unless (defined $plugin) |
|
159
|
27 |
134 |
if ($plugin->can("fondation_finalyze")) |
|
163
|
0 |
27 |
unless (eval {
do {
$plugin->fondation_finalyze($self->app, $long);
1
}
}) |