| blib/lib/HOP/Stream.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 12 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 223 | 0 | 12 | 0 | $s and !defined($n) || $n-- > 0 |
| 419 | 0 | 0 | 0 | @pending and &$cut($pending[0], head($s)) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 223 | 0 | 10 | 2 | !defined($n) || $n-- > 0 |
| 277 | 0 | 6 | 6 | not $s or &$f(head($s)) |