Condition Coverage

blib/lib/Geo/Coder/XYZ.pm
Criterion Covered Total %
condition 2 11 18.1


and 3 conditions

line !l l&&!r l&&r condition
123 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
55 0 1 delete $param{'host'} || 'geocode.xyz'

or 3 conditions

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