Branch Coverage

blib/lib/Lingua/EN/AddressParse/Grammar.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
906 1 3 if ($address->{'country_code'} eq 'US') { }
948 4 0 unless ($address->{'abbreviated_subcountry_only'})
968 1 3 if ($address->{'country_code'} eq 'AU') { }
1 2 elsif ($address->{'country_code'} eq 'CA') { }
1 1 elsif ($address->{'country_code'} eq 'GB') { }
0 1 elsif ($address->{'country_code'} eq 'NZ') { }
1 0 elsif ($address->{'country_code'} eq 'US') { }
1013 1 309 if ($sub_country_name =~ /\[/) { }