Branch Coverage

blib/lib/Geo/Coder/DataScienceToolkit.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
78 0 0 if (not ref $self) { }
0 0 elsif (ref $self eq 'HASH') { }
0 0 elsif (ref $_[0] eq 'HASH') { }
0 0 elsif (ref $_[0]) { }
0 0 elsif (scalar @_ and scalar(@_) % 2 == 0) { }
79 0 0 if (scalar @_)
96 0 0 unless my $location = $params{'location'}
98 0 0 if (&Encode::is_utf8($location))
110 0 0 if ($res->is_error)
120 0 0 unless (defined $rc)
121 0 0 if ($@)
129 0 0 if ($rc->{'otherlocations'} and $rc->{'otherlocations'}{'loc'} and ref $rc->{'otherlocations'}{'loc'} eq 'ARRAY')
132 0 0 if (wantarray)
160 0 0 if (@_)