blib/lib/List/Lazy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 17 | 94.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
49 | 8 | 21 | 4 | defined $max and $_ > $max |
108 | 2 | 112 | 12 | defined wantarray and not wantarray |
114 | 12 | 0 | defined wantarray and not wantarray and $num != 1 | |
111 | 101 | 25 | 196 | @returns < $num and not $self->is_done |
218 | 4 | 41 | 9 | @$_ and $_->[0]->is_done |
line | l | !l | condition |
---|---|---|---|
185 | 1 | 1 | $sub ||= sub { carp($_); } |