Condition Coverage

blib/lib/WWW/PlaceEngine.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
101 0 0 0 $$opt{'lat'} == 0 and $$opt{'long'} == 0

or 2 conditions

line l !l condition
156 0 0 shift() || $self->rtag || ''
190 0 0 $errcode || 0
191 0 0 $err || $$ERROR_TABLE{$errcode} || 'Unkown error occured.'

or 3 conditions

line l !l&&r !l&&!r condition
84 0 0 0 shift() || $self->t || time
88 0 0 0 $self->ua || $self->ua('LWP::UserAgent'->new('agent', $AGENT_DEFAULT))
112 0 0 0 $self->ua || $self->ua('LWP::UserAgent'->new('agent', $AGENT_DEFAULT))
134 0 0 0 $self->ua || $self->ua('LWP::UserAgent'->new('agent', $AGENT_DEFAULT))
157 0 0 0 shift() || $self->t || time
162 0 0 0 $self->ua || $self->ua('LWP::UserAgent'->new('agent', $AGENT_DEFAULT))