Condition Coverage

blib/lib/Geo/Coder/Mapquest.pm
Criterion Covered Total %
condition 5 9 55.5


and 3 conditions

line !l l&&!r l&&r condition
41 5 0 1 $$self{'https'} and not $self->ua->is_protocol_supported('https')
52 0 0 6 ref $ua and $ua->isa('LWP::UserAgent')

or 3 conditions

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