blib/lib/C/Utility.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
165 | 0 | 0 | 0 | ref $fh and ref $fh eq 'SCALAR' |
221 | 0 | 0 | 0 | $line_number =~ /^[0-9]+$/ and $line_number > 0 |
271 | 0 | 0 | 0 | $intext and $file |
0 | 0 | 0 | $intext and $file and $directive |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
129 | 0 | 0 | 0 | not $variable_name =~ /^[A-Za-z_][A-Za-z_0-9]+$/ or $variable_name =~ /^(?:$reserved_words_re)$/ |