Branch Coverage

blib/lib/Perl/Critic/Policy/Subroutines/ProhibitReturnSort.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
29 353 5 if $elem->content ne "return"
30 0 5 if is_hash_key($elem)
33 0 5 unless $sib
34 4 1 unless $sib->isa("PPI::Token::Word")
35 1 0 if $sib->content ne "sort"