line |
!l |
l&&!r |
l&&r |
condition |
467
|
0 |
0 |
4 |
defined $args{'country'} and $args{'country'} =~ /^(AU|Australia|GB|United Kingdom|US|United States|CA|Canada)$/ |
531
|
2 |
11 |
2 |
$address->{'country_code'} ne 'US' and $address->{'input_string'} =~ m[^(\d{1,4}[A-Z]{0,2})[/| ](\d+[ \w-].*)$] |
575
|
170 |
16 |
1 |
$curr_key eq 'street_name' and $curr_value =~ /^US HIGHWAY (.*)/ |
589
|
1 |
4 |
0 |
length $word > 1 and not $word =~ /\d/ |
694
|
0 |
0 |
0 |
$address->{'error'} and $address->{'force_case'} |
1005
|
0 |
14 |
0 |
$address->{'force_post_code'} and not $address->{'components'}{'post_code'} |
1286
|
0 |
33 |
1 |
length $word > 1 and not $word =~ /[AEIOUY]|ST|MT|DR|JN?R|SN?R/ |
line |
l |
!l&&r |
!l&&!r |
condition |
625
|
1 |
0 |
33 |
length $curr_value == 1 or length $curr_value == 2 |
1183
|
0 |
0 |
15 |
$input =~ / ?((FIRST|SECONND|THIRD|FOURTH|FIFTH|SIXTH) (FLOOR|FLR|FL) )/ or $input =~ / ?(\d{1,2}(ST|ND|RD|TH) (FLOOR|FLR|FL) )/ |
|
0 |
1 |
14 |
$input =~ / ?((FIRST|SECONND|THIRD|FOURTH|FIFTH|SIXTH) (FLOOR|FLR|FL) )/ or $input =~ / ?(\d{1,2}(ST|ND|RD|TH) (FLOOR|FLR|FL) )/ or $input =~ m[ ?(LEVEL (\d{1,2}|[GM])[/ -])] |
|
1 |
0 |
14 |
$input =~ / ?((FIRST|SECONND|THIRD|FOURTH|FIFTH|SIXTH) (FLOOR|FLR|FL) )/ or $input =~ / ?(\d{1,2}(ST|ND|RD|TH) (FLOOR|FLR|FL) )/ or $input =~ m[ ?(LEVEL (\d{1,2}|[GM])[/ -])] or $input =~ m[ ?((FLOOR|FLR|FL) \d{1,2}[/ -])] |
1214
|
0 |
1 |
14 |
$input =~ / ($bld $id) / or $input =~ /^($bld $id) / |