blib/lib/Module/Checkstyle/Check/Variable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 15 | 80.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
56 | 14 | 7 | 0 | $type eq '@' and $name =~ /^ISA|EXPORT|EXPORT_OK$/ |
57 | 14 | 7 | 0 | $type eq '%' and $name =~ /^EXPORT_TAGS$/ |
61 | 0 | 7 | 3 | $name and not $name =~ /$$self{$MATCHES_NAME}/ |
69 | 14 | 2 | 5 | $type eq '@' and $$self{$ARRAYS_IN_PLURAL} |
79 | 14 | 2 | 5 | $type eq '%' and $$self{$HASHES_IN_SINGULAR} |