Condition Coverage

blib/lib/Geo/Direction/Distance.pm
Criterion Covered Total %
condition 7 17 41.1


and 3 conditions

line !l l&&!r l&&r condition
216 4 0 0 $$opt{'a'} and $$opt{'b'} || $$opt{'f'} || $$opt{'rf'}
281 2 0 0 $lat == $tlat and $lng == $tlng
301 2 0 8 abs $d - $x > 5e-11 and $iter < 100

or 2 conditions

line l !l condition
211 0 4 shift() || {}

or 3 conditions

line l !l&&r !l&&!r condition
203 1 0 2 $dir < 0 or $dir >= 360
216 0 0 0 $$opt{'b'} || $$opt{'f'} || $$opt{'rf'}