line |
!l |
l&&!r |
l&&r |
condition |
63
|
0 |
0 |
6 |
defined $arg && ref \$arg eq 'SCALAR'
|
287
|
0 |
0 |
1 |
&_is_string($unres_action) and $unres_action =~ /\A(?:ERROR|WARN|IGNORE)\z/
|
311
|
0 |
1 |
0 |
$unres_action ne 'IGNORE' and my(@unresolved) = DynaLoader::dl_undef_symbols()
|
357
|
0 |
0 |
3 |
&_is_string($unres_action) and $unres_action =~ /\A(?:ERROR|WARN|IGNORE)\z/
|
362
|
2 |
1 |
0 |
not defined $val and $unres_action ne 'IGNORE'
|
405
|
0 |
0 |
1 |
&_is_string($fail_action) and $fail_action =~ /\A(?:ERROR|WARN|IGNORE)\z/
|
416
|
1 |
0 |
0 |
defined $err and $fail_action ne 'IGNORE'
|