| blib/lib/List/Lazy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 24 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 48 | 8 | 21 | 4 | defined $max and $_ > $max |
| 107 | 5 | 153 | 12 | defined wantarray and not wantarray |
| 158 | 12 | 0 | defined wantarray and not wantarray and $num != 1 | |
| 110 | 127 | 42 | 10261 | @returns < $num and not $self->is_done |
| 225 | 1 | 3 | 4 | @list and ref $list[0] ne "List::Lazy" |
| 234 | 6 | 65 | 19 | @$_ and $_->[0]->is_done |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 142 | 0 | 1 | 0 | $reduced //= $self->next |
| 188 | 2 | 2 | 0 | $sub ||= sub { carp($_); } |