| blib/lib/List/Util/Uniq.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 18 | 44.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 44 | 0 | 0 | 12 | defined $_ and defined $last |
| 0 | 10 | 2 | defined $_ and defined $last and $_ eq $last | |
| 60 | 0 | 0 | 6 | defined $_ and defined $last |
| 0 | 4 | 2 | defined $_ and defined $last and lc $_ eq lc $last |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 42 | 12 | 0 | 0 | defined $_ or defined $last |
| 58 | 6 | 0 | 0 | defined $_ or defined $last |