Branch Coverage

blib/lib/Geo/Coder/XYZ.pm
Criterion Covered Total %
branch 1 28 3.5


line true false branch
52 1 0 unless (defined $param{'host'})
76 0 0 if (@_ % 2 == 0) { }
83 0 0 unless my $location = $param{'location'}
85 0 0 if (&Encode::is_utf8($location))
90 0 0 if ($location =~ /(.+),\s*England$/i)
95 0 0 if (wantarray)
104 0 0 if ($res->is_error)
114 0 0 unless (defined $rc)
115 0 0 if ($@)
123 0 0 if ($rc->{'otherlocations'} and $rc->{'otherlocations'}{'loc'} and ref $rc->{'otherlocations'}{'loc'} eq 'ARRAY')
126 0 0 if (wantarray)
154 0 0 if (@_)
172 0 0 if (@_ % 2 == 0) { }
179 0 0 unless my $latlng = $param{'latlng'}