line |
true |
false |
branch |
159
|
8 |
0 |
if ($priority =~ /\D/) |
161
|
3 |
5 |
if (lc $priority eq 'everything') { } |
|
2 |
3 |
elsif (lc $priority eq 'nothing') { } |
184
|
0 |
24 |
if ($args{'ignore_everything'}) |
186
|
0 |
24 |
if ($args{'ignore_nothing'}) |
188
|
3 |
21 |
if (exists $args{'ignore_priority'}) |
263
|
1 |
24 |
unless ($expected) |
276
|
9 |
15 |
if (%wrong) |
282
|
15 |
12 |
if ($wrong{$thingy}) |
285
|
1 |
14 |
if (ref $$expected{$thingy} and ref $$expected{$thingy} eq 'Regexp') { } |
299
|
2 |
10 |
if (@expected) |
321
|
72 |
8 |
unless ($ref) |
325
|
4 |
4 |
if (ref $expected eq 'Regexp') |
329
|
1 |
3 |
unless (blessed $expected) |
335
|
2 |
1 |
if (defined &overload::Overloaded and overload::Overloaded($expected)) |
375
|
0 |
0 |
if $ENV{'NO_SUPRESS_LOGGING'} |
466
|
5 |
0 |
if $_[0]->interception_class->ended |
503
|
24 |
37 |
if ($priority <= ($temp{'ignore_priority'} || 0) or $priority <= ($perm{'ignore_priority'} || 0)) |