| blib/lib/Iterator/Misc.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 15 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 119 | 20 | 24 | 0 | defined $end and $growing && $start > $end || !$growing && $start < $end |
| 152 | 6 | 0 | 24 | $i-- > 0 and $iter->isnt_exhausted |
| 189 | 6 | 0 | 19 | rand > $prob and $iter->isnt_exhausted |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 55 | 12 | 0 | 20 | $digits[$column] < $#digits - $column or $column < 0 |
| 119 | 2 | 0 | 22 | $growing && $start > $end || !$growing && $start < $end |