| blib/lib/WWW/Sixpack.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 11 | 36.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 128 | 0 | 0 | 2 | $alternatives && ref $alternatives |
| line | l | !l | condition |
|---|---|---|---|
| 136 | 0 | 0 | $options ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 128 | 0 | 0 | 2 | not $alternatives && ref $alternatives or ref $alternatives ne 'ARRAY' |
| 0 | 1 | 1 | not $alternatives && ref $alternatives or ref $alternatives ne 'ARRAY' or @$alternatives < 2 |