line |
!l |
l&&!r |
l&&r |
condition |
187
|
0 |
1 |
4 |
defined $indno and $indno =~ /^[12]$/ |
240
|
0 |
2 |
4755 |
defined $tag and $tag =~ /^[0-9A-Za-z]{3}$/ |
253
|
0 |
53 |
7710 |
defined $indval and $indval =~ /^[0-9A-Za-z ]$/ |
268
|
7 |
5899 |
1434 |
$tag =~ /^\d+$/ and $tag < 10 |
447
|
11 |
3 |
1 |
$match and ref $match ne 'Regexp' |
462
|
11 |
25 |
0 |
@$codes == 0 || grep({ref $_ ne 'Regexp' and $_ eq $subfield_code unless ref $_ eq 'Regexp' and $subfield_code =~ /$_/;} @$codes) and !$match || $subfield_value =~ /$match/ |
|
5 |
20 |
0 |
@$codes == 0 || grep({ref $_ ne 'Regexp' and $_ eq $subfield_code unless ref $_ eq 'Regexp' and $subfield_code =~ /$_/;} @$codes) and !$match || $subfield_value =~ /$match/ and @$positions == 0 || grep({$_ == $subfield_num;} @$positions) |