Branch Coverage

blib/lib/List/Uniq.pm
Criterion Covered Total %
branch 15 16 93.7


line true false branch
104 9 9 if (ref $_[0] eq 'HASH')
108 27 9 unless (defined $$opts{$opt})
114 17 1 if ($$opts{'flatten'})
116 37 142 'ARRAY' eq ref $_ ? :
129 7 11 if ($$opts{'sort'})
130 5 2 if ($$opts{'compare'}) { }
131 0 5 unless ('CODE' eq ref $$opts{'compare'})
143 9 9 wantarray ? :