Branch Coverage

blib/lib/OpenCA/Configuration.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
92 0 0 if (defined $fileName and $fileName ne '')
94 0 0 unless $ret
114 0 0 unless open FD, "$fileName"
116 0 0 if ($temp =~ /\\\n$/) { }
121 0 0 if ($sameLine == 1)
134 0 0 if ($self->parsecfg(@configLines)) { }
162 0 0 if $line =~ /\#.*/ or $line =~ /^\s*[\n\r]*$/ or $line =~ /HASH.*/
183 0 0 if ($line =~ /^\"/) { }
222 0 0 unless $$k{'NAME'}
227 0 0 if (lc $tmp eq lc $$k{'NAME'} and $$par{'LINE_NUMBER'} > $$k{'LINE_NUMBER'})
241 0 0 unless exists $$k{'NAME'}
244 0 0 if keys %$par
248 0 0 if ($$k{'MIN'} and $pnum < $$k{'MIN'})
252 0 0 if ($$k{'MAX'} and $pnum > $$k{'MAX'})
266 0 0 unless $ret