Branch Coverage

blib/lib/Config/Setting/IniParser.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
134 0 0 unless open my $fh, $$self{'Filename'}
159 8 8 unless $line
161 2 6 if ($line =~ /^\[(.*?)\]/) { }
6 0 elsif ($line =~ /^(.+?)\s*=\s*(.*)/) { }
165 0 6 unless $section