Condition Coverage

blib/lib/Geo/Coder/DataScienceToolkit.pm
Criterion Covered Total %
condition 2 14 14.2


and 3 conditions

line !l l&&!r l&&r condition
78 0 0 0 scalar @_ and scalar(@_) % 2 == 0
129 0 0 0 $rc->{'otherlocations'} and $rc->{'otherlocations'}{'loc'}
0 0 0 $rc->{'otherlocations'} and $rc->{'otherlocations'}{'loc'} and ref $rc->{'otherlocations'}{'loc'} eq 'ARRAY'

or 2 conditions

line l !l condition
57 0 1 delete $param{'host'} || 'www.datasciencetoolkit.org'

or 3 conditions

line l !l&&r !l&&!r condition
53 0 1 0 delete $param{'ua'} || 'LWP::UserAgent'->new('agent', 'Geo::Coder::DataScienceToolkit' . "/$VERSION")