Condition Coverage

blib/lib/Perl/Critic/Policy/NamingConventions/Capitalization.pm
Criterion Covered Total %
condition 5 13 38.4


and 3 conditions

line !l l&&!r l&&r condition
344 152 5 6 $elem->isa("PPI::Statement::Compound") and $elem->type eq "foreach"
567 0 0 0 $great_grand_parent and not $great_grand_parent->isa("PPI::Document")

or 2 conditions

line l !l condition
591 0 0 $elem->statement || (return)
592 0 0 $stmnt->schild(0) || (return)

or 3 conditions

line l !l&&r !l&&!r condition
392 0 48 10 not $parent or $parent->isa("PPI::Document")