| blib/lib/C/Utility.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 15 | 13.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 153 | 0 | 0 | 0 | ref $fh and ref $fh eq 'SCALAR' |
| 209 | 0 | 0 | 0 | $line_number =~ /^[0-9]+$/ and $line_number > 0 |
| 259 | 0 | 0 | 2 | $intext and $file |
| 0 | 0 | 2 | $intext and $file and $directive |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 117 | 0 | 0 | 0 | not $variable_name =~ /^[A-Za-z_][A-Za-z_0-9]+$/ or $variable_name =~ /^(?:$C::Utility::reserved_re)$/ |