Condition Coverage

blib/lib/Perl/Critic/Policy/CodeLayout/ProhibitQuotedWordLists.pm
Criterion Covered Total %
condition 15 15 100.0


and 3 conditions

line !l l&&!r l&&r condition
53 24 18 1 $sibling->isa("PPI::Token::Operator") and $sibling eq "->"
54 18 5 19 $sibling->isa("PPI::Token::Word") and not is_included_module_name($sibling)
64 49 3 28 $child->isa("PPI::Token::Operator") and $child eq $Perl::Critic::Policy::CodeLayout::ProhibitQuotedWordLists::COMMA

or 3 conditions

line l !l&&r !l&&!r condition
74 9 31 2 $self->{'_strict'} or $string =~ /\A [\w-]+ \z/msx
87 43 2 7 $elem->isa('PPI::Token::Quote::Single') || $elem->isa('PPI::Token::Quote::Literal')