Condition Coverage

blib/lib/Geo/Coder/Googlev3.pm
Criterion Covered Total %
condition 6 9 66.6


and 3 conditions

line !l l&&!r l&&r condition
142 1 1 2 ref $_ eq 'HASH' && exists $_->{'lng'} && exists $_->{'lat'}

or 3 conditions

line l !l&&r !l&&!r condition
28 0 11 0 delete $args{'ua'} || 'LWP::UserAgent'->new('agent', 'Geo::Coder::Googlev3' . "/$VERSION libwww-perl/$LWP::VERSION", 'env_proxy', 1, 'timeout', 15)
33 0 1 10 delete $args{'region'} || delete $args{'gl'}