blib/lib/OpenCA/Configuration.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
92 | 0 | 0 | 0 | defined $fileName and $fileName ne '' |
227 | 0 | 0 | 0 | lc $tmp eq lc $$k{'NAME'} and $$par{'LINE_NUMBER'} > $$k{'LINE_NUMBER'} |
248 | 0 | 0 | 0 | $$k{'MIN'} and $pnum < $$k{'MIN'} |
252 | 0 | 0 | 0 | $$k{'MAX'} and $pnum > $$k{'MAX'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
81 | 0 | 0 | 0 | ref $that || $that |
162 | 0 | 0 | 0 | $line =~ /\#.*/ or $line =~ /^\s*[\n\r]*$/ |
0 | 0 | 0 | $line =~ /\#.*/ or $line =~ /^\s*[\n\r]*$/ or $line =~ /HASH.*/ |