Condition Coverage

blib/lib/Geo/Coordinates/Converter/Point.pm
Criterion Covered Total %
condition 12 14 85.7


or 2 conditions

line l !l condition
33 1 13 $$self{'latitude'} || '0.000000'
34 1 13 $$self{'longitude'} || '0.000000'
35 3 67 $$self{'height'} ||= 0
36 9 61 $$self{'datum'} ||= 'wgs84'

or 3 conditions

line l !l&&r !l&&!r condition
33 56 14 0 $$self{'lat'} ||= $$self{'latitude'} || '0.000000'
34 56 14 0 $$self{'lng'} ||= $$self{'longitude'} || '0.000000'