| line |
true |
false |
branch |
|
23
|
2 |
25 |
if $sub eq '(eval)' |
|
26
|
4 |
21 |
if ($$self{'no_refs'}) |
|
28
|
6 |
6 |
if ref $_ eq 'REF' |
|
46
|
0 |
9 |
if ($$self{'ignore_package'}) |
|
47
|
0 |
0 |
unless ref $$self{'ignore_package'} eq 'ARRAY' |
|
50
|
0 |
0 |
ref $_ ? : |
|
65
|
0 |
9 |
if ($$self{'ignore_class'}) |
|
66
|
0 |
0 |
unless ref $$self{'ignore_class'} eq 'ARRAY' |
|
79
|
2 |
16 |
if ($$self{'no_refs'}) |
|
84
|
0 |
0 |
if (UNIVERSAL::isa($_, 'Exception::Class::Base')) { } |
|
86
|
0 |
0 |
if ($_->can('show_trace')) { } |
|
118
|
0 |
18 |
if grep {$$r{'caller'}[0] =~ /$_/;} @i_pack_re |
|
119
|
0 |
18 |
if grep {$$r{'caller'}[0]->isa($_);} keys %i_class |
|
136
|
0 |
18 |
if scalar @$c == 6 |