Branch Coverage

blib/lib/Geo/Parse/PolishFormat.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
21 0 0 if $name =~ /^Data/
22 0 0 if $name =~ /^Nod/
35 0 0 unless open F, $fn
46 0 0 if ($line =~ /^\[END/) { }
0 0 elsif ($line =~ /^\[([\w\s]+)\]$/) { }
0 0 elsif (not $name) { }
81 0 0 if ($split_depth == 1) { }
0 0 elsif ($split_depth == 2) { }
96 0 0 if ($key =~ /([A-Za-z_]+)(\d+)$/)