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