Branch Coverage

blib/lib/Perl/Critic/Policy/InputOutput/ProhibitReadlineInForLoop.pm
Criterion Covered Total %
branch 5 6 83.3


line true false branch
32 8 13 if $elem->type ne "foreach"
34 0 13 unless my $list = &first(sub {
37 6 7 if (my $readline = $list->find_first("PPI::Token::QuoteLike::Readline"))