blib/lib/Petal/Utils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 20 | 70.0 |
line | true | false | branch |
---|---|---|---|
48 | 0 | 18 | unless @_ |
56 | 0 | 99 | unless $item |
57 | 23 | 76 | if ($item =~ /\A:/) { } |
90 | 0 | 75 | if $DEBUG |
92 | 75 | 0 | if (UNIVERSAL::can($plugin, 'install')) { } |
105 | 0 | 76 | if $class->can($plugin) |
107 | 75 | 1 | if (my $plugin_class = $class->load_plugin($plugin)) |
119 | 1 | 75 | if $plugin_class->can('process') |
122 | 1 | 74 | if ($@) |
123 | 0 | 1 | if warnings::enabled() |