line |
!l |
l&&!r |
l&&r |
condition |
65
|
0 |
0 |
6 |
defined $arg && ref \$arg eq 'SCALAR'
|
286
|
0 |
0 |
1 |
_is_string $unres_action and $unres_action =~ /\A(?:ERROR|WARN|IGNORE)\z/
|
310
|
0 |
1 |
0 |
$unres_action ne 'IGNORE' and my(@unresolved) = DynaLoader::dl_undef_symbols()
|
356
|
0 |
0 |
3 |
_is_string $unres_action and $unres_action =~ /\A(?:ERROR|WARN|IGNORE)\z/
|
361
|
2 |
1 |
0 |
not defined $val and $unres_action ne 'IGNORE'
|
404
|
0 |
0 |
1 |
_is_string $fail_action and $fail_action =~ /\A(?:ERROR|WARN|IGNORE)\z/
|
415
|
1 |
0 |
0 |
defined $err and $fail_action ne 'IGNORE'
|