Branch Coverage

blib/lib/Geo/Coordinates/Transform.pm
Criterion Covered Total %
branch 14 18 77.7


line true false branch
34 0 1 if (ref $_[0] eq 'HASH') { }
60 0 5 unless (grep {$_ eq $func_ptr;} '_cnv_to_dd', '_cnv_to_ddm', '_cnv_to_dms')
63 0 5 if (ref $lst_ref ne 'ARRAY')
68 0 40 if ($ll =~ /([^-+\s\d\.]+)/) { }
121 20 20 if ($in =~ s/([-]+)//)
124 20 20 if ($in =~ /([\d+-]+)\s+(\d+)\s+([\d\.]+)/) { }
14 6 elsif ($in =~ /([\d+-]+)\s+(\d+[\d\.]+)/) { }
133 20 20 if ($sign)
134 24 16 unless ((caller 1)[3] =~ /_cnv_to/)