Branch Coverage

blib/lib/Acme/Sort/Bogosort.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
35 1 1 ref($_[0]) =~ /CODE/ ? :
38 0 2 if @_ < 2
49 1 97 unless ref($compare) =~ /CODE/
51 1 96 unless ref($listref) =~ /ARRAY/
54 93 81 if &$compare($$listref[$_], $$listref[$_ + 1]) > 0
62 1 166 unless scalar @_ == 2