Condition Coverage

blib/lib/AnyEvent/GPSD.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
344 0 0 0 @{$$self{'command'};} and $$self{'command'}[0][0] eq $type
497 0 0 0 $$self{'fix'} and $$self{'fix'}{'mode'} < 2 || $$self{'fix'}{'speed'} < $$self{'min_speed'}
0 0 0 $$self{'compress'} and ($$self{'fix'} and $$self{'fix'}{'mode'} < 2 || $$self{'fix'}{'speed'} < $$self{'min_speed'})

or 2 conditions

line l !l condition
246 0 0 $$self{'host'} || 'localhost'
0 0 $$self{'port'} || 2947
474 0 0 $option{'stretch'} || 1
494 0 0 $$args{'interval'} || 1

or 3 conditions

line l !l&&r !l&&!r condition
370 0 0 0 $max ||= 1.9 * $$self{'interval'}
372 0 0 0 $$self{'geo_forward'} ||= 'Geo::Forward'->new
497 0 0 0 $$self{'fix'}{'mode'} < 2 || $$self{'fix'}{'speed'} < $$self{'min_speed'}
0 0 0 $type eq 'start' or $$self{'compress'} and ($$self{'fix'} and $$self{'fix'}{'mode'} < 2 || $$self{'fix'}{'speed'} < $$self{'min_speed'})