| blib/lib/List/Util/Uniq.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 18 | 44.4 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 32 | 0 | 0 | 12 | defined $_ and defined $last | 
| 0 | 10 | 2 | defined $_ and defined $last and $_ eq $last | |
| 48 | 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 | 
|---|---|---|---|---|
| 30 | 12 | 0 | 0 | defined $_ or defined $last | 
| 46 | 6 | 0 | 0 | defined $_ or defined $last |