lib/Geo/Coder/Free.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 18 | 72.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
187 | 7 | 3 | 2 | $state and not defined $region |
202 | 6 | 4 | 3 | scalar @regions == 0 and not defined $region |
205 | 2 | 0 | 1 | scalar @admin2s and defined $admin2s[0]{'concatenated_codes'} |
262 | 1 | 12 | 0 | defined $city and $city->{'Latitude'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
47 | 0 | 2 | 1 | ref $proto || $proto |
106 | 0 | 0 | 8 | $country eq 'UK' or $country eq 'United Kingdom' |