| line |
!l |
l&&!r |
l&&r |
condition |
|
127
|
0 |
20 |
43 |
$$self{'postcode'} and @{$$self{'postcode'};} |
|
166
|
6 |
0 |
1 |
defined $class and $class ne $$self{'location_class'} |
|
308
|
2 |
0 |
10 |
$a and defined $d |
|
|
2 |
0 |
10 |
$a and defined $d and defined $s |
|
|
0 |
0 |
10 |
$a and defined $d and defined $s and $u |
|
313
|
4 |
4 |
0 |
length $a == 1 and $d =~ /[^\dABCDEFGHJKSTUW]$/ |
|
314
|
4 |
3 |
1 |
length $a == 2 and $d =~ /[^\dABEHMNPRVWXY]$/ |
|
342
|
2 |
0 |
0 |
length $a == 1 and not $d =~ /\d[\dABCDEFGHJKSTUW]?/ |
|
343
|
0 |
2 |
0 |
length $a == 2 and not $d =~ /\d[\dABEHMNPRVWXY]?/ |
|
409
|
0 |
0 |
7 |
defined $a and defined $d |
|
423
|
0 |
0 |
8 |
defined $a and defined $d |
|
|
0 |
0 |
8 |
defined $a and defined $d and defined $s |
|
446
|
0 |
0 |
7 |
defined $a and defined $d |
|
|
0 |
0 |
7 |
defined $a and defined $d and defined $s |
|
474
|
0 |
15 |
0 |
$pc and grep {$pc eq $_;} $self->special_cases |