Condition Coverage

blib/lib/Geo/Coder/ArcGIS.pm
Criterion Covered Total %
condition 4 11 36.3


and 3 conditions

line !l l&&!r l&&r condition
33 2 0 0 $$self{'https'} and not $self->ua->is_protocol_supported('https')
44 0 0 2 ref $ua and $ua->isa('LWP::UserAgent')

or 2 conditions

line l !l condition
27 0 1 $$self{'compress'} ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
19 0 2 0 $params{'ua'} || 'LWP::UserAgent'->new('agent', "$class/$VERSION")