| blib/lib/SHARYANTO/List/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 22 | 63.6 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 0 | 2 | unless @_ |
| 27 | 0 | 0 | unless defined $_ or defined $last |
| 29 | 2 | 10 | if defined $_ and defined $last and $_ eq $last |
| 39 | 0 | 1 | unless @_ |
| 43 | 0 | 0 | unless defined $_ or defined $last |
| 45 | 2 | 4 | if defined $_ and defined $last and lc $_ eq lc $last |
| 57 | 3 | 4 | unless $mem{lc $_}++ |
| 71 | 2 | 6 | unless $h{$_} |
| 73 | 1 | 0 | wantarray ? : |
| 85 | 2 | 3 | unless $h{$_} |
| 87 | 1 | 0 | wantarray ? : |