Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
361 1287 380 142 $elem->isa("PPI::Statement::Compound") and $elem->type eq "foreach"
584 0 68 0 $great_grand_parent and not $great_grand_parent->isa("PPI::Document")

or 2 conditions

line l !l condition
608 70 0 $elem->statement || (return)
609 70 0 $stmnt->schild(0) || (return)

or 3 conditions

line l !l&&r !l&&!r condition
409 0 133 283 not $parent or $parent->isa("PPI::Document")