Branch Coverage

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


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