Branch Coverage

blib/lib/LocalConf/Parser.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
52 0 0 unless open CONFIG, '<', $config
56 0 0 if /^\s*$/
58 0 0 if /^\s*#/
62 0 0 unless ($key || $value and defined $value)
67 0 0 if ($value =~ /,|=/) { }
70 0 0 unless $item
71 0 0 if ($item =~ m[([\w_.\d/:-]+)\s*=\s*([\w_.\d/:-]*)]) { }
88 0 0 unless close CONFIG