Branch Coverage

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


line true false branch
100 9 9 if (ref $_[0] eq 'HASH')
104 27 9 unless (defined $opts->{$opt})
112 17 1 if ($opts->{'flatten'})
125 7 11 if ($opts->{'sort'})
126 5 2 if ($opts->{'compare'}) { }
127 0 5 unless ('CODE' eq ref $opts->{'compare'})
139 9 9 wantarray ? :
145 37 142 'ARRAY' eq ref $_ ? :