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