| line |
true |
false |
branch |
|
90
|
0 |
11 |
if (exists $$args{'search'} and ref $$args{'search'} eq 'ARRAY') { } |
|
152
|
0 |
0 |
if ($self->log->is_debug) |
|
194
|
11 |
0 |
if (not $self->log) { } |
|
202
|
0 |
11 |
unless $self->log->is_debug |
|
259
|
0 |
0 |
if $self->enable_plugin($plugin) |
|
266
|
0 |
0 |
unless ($self->can($method)) |
|
314
|
0 |
0 |
if ($self->log->is_debug and @available_plugins) |
|
320
|
0 |
0 |
if @available_plugins == 0 |
|
322
|
0 |
0 |
if ($$args{'plugins'} and ref $$args{'plugins'} eq 'ARRAY') { } |
|
329
|
0 |
0 |
if ($$args{'except_plugins'} and ref $$args{'except_plugins'} eq 'ARRAY') |
|
341
|
0 |
0 |
if ($self->log->is_debug and @plugins) |
|
347
|
0 |
0 |
wantarray ? : |
|
359
|
0 |
0 |
grep({$_ eq $plugin;} keys %{$self->plugins;}) == 1 ? : |