Branch Coverage

blib/lib/Perl/Critic/Policy/Lax/ProhibitEmptyQuotes/ExceptAsFallback.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
40 2 8 unless defined $content
43 7 1 if (not length $content and my $prev = $element->sprevious_sibling)
45 4 3 if $prev->isa("PPI::Token::Operator") and grep {$prev eq $_;} "||", "//"