blib/lib/Array/Unique.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 12 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
17 | 3 | 14 | 335 | defined $_ && !$seen{$_}++ |
80 | 2 | 73 | 1 | defined $length and $length < 0 |
86 | 0 | 73 | 3 | defined $offset and $offset < 0 |
90 | 0 | 69 | 7 | defined $offset and $offset > $self->FETCHSIZE |