Branch Coverage

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


line true false branch
45 0 0 unless open CONFIG, '<', $config
49 0 0 if /^\s*$/
51 0 0 if /^\s*#/
55 0 0 unless ($key || $value and defined $value)
60 0 0 if ($value =~ /,|=/) { }
63 0 0 unless $item
64 0 0 if ($item =~ m[([\w_.\d/:-]+)\s*=\s*([\w_.\d/:-]*)]) { }
81 0 0 unless close CONFIG