blib/lib/Perl/Critic/Policy/CodeLayout/ProhibitQuotedWordLists.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 15 | 13.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
53 | 15 | 0 | 0 | $sibling->isa("PPI::Token::Operator") and $sibling eq "->" |
54 | 0 | 0 | 15 | $sibling->isa("PPI::Token::Word") and not is_included_module_name($sibling) |
64 | 0 | 0 | 0 | $child->isa("PPI::Token::Operator") and $child eq $Perl::Critic::Policy::CodeLayout::ProhibitQuotedWordLists::COMMA |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
74 | 0 | 0 | 0 | $self->{'_strict'} or $string =~ /\A [\w-]+ \z/msx |
87 | 0 | 0 | 0 | $elem->isa('PPI::Token::Quote::Single') || $elem->isa('PPI::Token::Quote::Literal') |