Condition Coverage

blib/lib/HTTP/MobileAgent/Plugin/Location.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
310 0 0 0 $q->param('lat') and $q->param('lon')
0 0 0 $q->param('LAT') and $q->param('LON')
476 0 0 0 $q->param('lat') and $q->param('lon')

or 2 conditions

line l !l condition
108 0 0 shift() || {}
115 0 0 uc $$opt{'method'} || 'ANY'

or 3 conditions

line l !l&&r !l&&!r condition
81 0 0 0 $$self{'query'} ||= ref $$self{'_request'} eq 'HTTP::MobileAgent::Request::Apache' ? $$self{'_request'}{'r'} : 'CGI'->new
116 0 0 0 uc $$opt{'html'} || (!$self->is_airh_phone && $self->xhtml_compliant ? 'XHTML' : 'CHTML')
609 0 0 0 $lat =~ /^0+$/ or $long =~ /^0+$/
667 0 0 0 $lat =~ /^[90\.]+$/ or $long =~ /^[90\.]+$/