Branch Coverage

blib/lib/Geo/JSON/Utils.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
18 3 32 defined $$pos1[2] ? :
23 2 70 if defined $$pos1[$dim] and not defined $$pos2[$dim] or not defined $$pos1[$dim] and defined $$pos2[$dim] or $$pos1[$dim] != $$pos2[$dim]
38 0 14 unless ref $positions and ref $positions eq 'ARRAY' and @{$positions;} > 1
48 13 154 if $$position[$d] < $min[$d]
49 48 119 if $$position[$d] > $max[$d]