| line | % | coverage | condition |
| 159 | 100 | | Params::Get::get_params(undef, @_) // {} |
| 204 | 50 | | $row->{'country'} // "" |
| 50 | | $row->{'state'} // "" |
| 302 | 67 | | $location =~ /USA?$/ or $location =~ /United States$/ |
| 303 | 67 | | $self->{'ap'}{'us'} //= "Lingua::EN::AddressParse"->new("country", "US", "auto_clean", 1, "force_case", 1, "force_post_code", 0) |
| 307 | 67 | | $self->{'ap'}{'gb'} //= "Lingua::EN::AddressParse"->new("country", "GB", "auto_clean", 1, "force_case", 1, "force_post_code", 0) |
| 329 | 33 | | $abbrev || $type |
| 340 | 50 | | $c{'country'} // "" |
| 375 | 50 | | $addr{'country'} // "" |
| 50 | | $addr{'state'} // "" |
| 387 | 33 | | "Geo::StreetAddress::US"->parse_location($l) // "Geo::StreetAddress::US"->parse_address($l) |
| 393 | 50 | | $href->{'city'} // "" |
| 418 | 33 | | $street and not $href->{'number'} |
| 465 | 100 | | $location =~ /[^,]+,[^,]+,.*England$/ and not $location =~ /[^,]+,[^,]+,[^,]+,.*England$/ |
| 499 | 0 | | $addr{'house_number'} and not $addr{'number'} |
| 500 | 0 | | $addr{'house'} and not $addr{'name'} |
| 508 | 0 | | defined $addr{'state'} and not defined $addr{'country'} and $addr{'state'} eq "england" |
| 514 | 0 | | $addr{'country'} and $addr{'state'} || $addr{'state_district'} |
| 518 | 0 | | $addr{'state'} and length $addr{'state'} > 2 |
| 522 | 0 | | $addr{'state'} and length $addr{'state'} > 2 |
| 567 | 67 | | $addr{'name'} and not defined $addr{'number'} |
| 646 | 100 | | $params{'lon'} // $params{'long'} |
| 649 | 67 | | defined $latitude and defined $longitude |
| 655 | 33 | | defined $row->{'latitude'} and defined $row->{'longitude'} |
| 657 | 100 | | _equal($row->{'latitude'}, $latitude, 4) and _equal($row->{'longitude'}, $longitude, 4) |
| 702 | 100 | | @args and @args % 2 == 0 |
| 732 | 100 | | not defined $state or length $state <= 2 |
| 100 | | $state // "" |
| 735 | 67 | | $_locale_us //= "Locale::US"->new |
| 736 | 67 | | $_locale_us->{'state2code'}{uc $state} // $state |
| 738 | 67 | | $_locale_ca //= "Locale::CA"->new |
| 739 | 67 | | $_locale_ca->{'province2code'}{uc $state} // $state |
| 799 | 67 | | defined $row->{'latitude'} and defined $row->{'longitude'} |
| 805 | 50 | | $row->{'country'} // "" |
| 50 | | $row->{'city'} // "" |
| 50 | | $row->{'state'} // "" |