blib/lib/Module/Modular.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 22 | 4.5 |
line | true | false | branch |
---|---|---|---|
163 | 0 | 1 | if (exists $opts{'with'}) |
164 | 0 | 0 | if (ref $opts{'with'}) { } |
181 | 0 | 0 | if (/Accessors/) { } |
0 | 0 | elsif (/Strict/) { } | |
206 | 0 | 0 | if ($@) |
214 | 0 | 0 | if ($mod = ref $mod) |
220 | 0 | 0 | if ($plugin->can('__init')) |
229 | 0 | 0 | if ($$Config{'accessors'}) |
241 | 0 | 0 | if (my $first = $plugins[0]) { } |
243 | 0 | 0 | if ($$Config{'strict'} and ref $first ne "${caller}::Plugin::" . $$first{'name'}) |
247 | 0 | 0 | if (grep {ref $_ eq $plugin;} @$LoadedPlugins) { } |