| blib/lib/Perl/Critic/Policy/Dynamic/ValidateAgainstSymbolTable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 13 | 61.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 185 | 21 | 12 | 9 | $sigil ne $AMPERSAND and not $pkg |
| 186 | 25 | 0 | 8 | not $pkg and $sigil eq $AMPERSAND |
| 324 | 32 | 0 | 0 | defined $filename and -f $filename |
| line | l | !l | condition |
|---|---|---|---|
| 129 | 2 | 0 | $elem->module || (next) |
| 346 | 0 | 1 | $doc->filename || 'unknown file' |