blib/lib/Perl/Critic/Policy/Variables/ProhibitPerl4PackageNames.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 6 | 16.6 |
line | true | false | branch |
---|---|---|---|
31 | 501 | 0 | if (index($content, $Perl::Critic::Policy::Variables::ProhibitPerl4PackageNames::QUOTE) < 0) |
35 | 0 | 0 | if ($content =~ / \A [\$\@%&*] ' \z /msx) |
40 | 0 | 0 | if ($elem->isa("PPI::Token::Word") and is_hash_key($elem)) |