Branch Coverage

blib/lib/Perl/Critic/Policy/Subroutines/ProhibitExplicitReturnUndef.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
29 376 13 if $elem->content ne "return"
30 1 12 if is_hash_key($elem)
33 1 11 unless $sib
34 6 5 unless $sib->isa("PPI::Token::Word")
35 1 4 if $sib->content ne "undef"