| line | % | coverage | condition |
| 434 | 67 | | $args->{'component'} // do {
my($c) = $place =~ /(?:^|,)\s*([^,]+?)\s*$/;
$c // $place
} |
| 436 | 33 | | $c // $place |
| 447 | 100 | | $component =~ /^[A-Z]{2}$/i and $self->{'us'}{'code2state'}{uc $component} |
| 50 | | $component =~ /^[A-Z]{2}$/i and $self->{'ca_en'}{'code2province'}{uc $component} || $self->{'ca_fr'}{'code2province'}{uc $component} |
| 100 | | $self->{'ca_en'}{'province2code'}{uc $component} or $self->{'ca_fr'}{'province2code'}{uc $component} |
| 67 | | $component =~ /^[A-Z]{2,3}$/i and $self->{'au'}{'code2state'}{$component} |
| 710 | 100 | | defined $country and not ref $country and length $country |