lib/List/Gen/Lazy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 29 | 48.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
163 | 3 | 0 | 0 | $src->is_mutable && tied(@$src)->can('fsize') |
259 | 1 | 0 | 1 | @_ == 1 and ref $_[0] |
266 | 1 | 0 | 1 | @_ == 1 and ref $_[0] |
1 | 0 | 1 | @_ == 1 and ref $_[0] and isagen $_[0] | |
301 | 0 | 0 | 10 | defined $_[0] and $_[0] =~ /^\d+$/ |
316 | 6 | 5 | 1 | $need > 1 and $proto eq '@' |
433 | 0 | 0 | 0 | defined wantarray and not wantarray |
line | l | !l | condition |
---|---|---|---|
297 | 11 | 1 | prototype $code || '@' |
304 | 0 | 0 | shift() || '@' |
308 | 0 | 4 | $will_return{$code} || 1 |
409 | 0 | 0 | prototype $x || '@' |