Condition Coverage

blib/lib/GPS/Track/Point.pm
Criterion Covered Total %
condition 11 12 91.6


and 3 conditions

line !l l&&!r l&&r condition
67 1 0 8 &blessed($other) and $other->isa('GPS::Track::Point')
77 6 1 25 defined $me && defined $other
80 6 22 3 $bothDefined and $me != $other

or 3 conditions

line l !l&&r !l&&!r condition
80 1 3 28 $onlyOneDefined or $bothDefined and $me != $other