blib/lib/Nephia/Plugin.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
31 | 0 | 2 | $need =~ /^Nephia::Plugin/ ? : |
32 | 1 | 1 | unless $app->loaded_plugins->index($need) > 0 |
38 | 1 | 44 | unless $app |
45 | 1 | 0 | unless grep {$_ eq $requires;} @exports |