blib/lib/Math/Sequence.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 24 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
143 | 4 | 0 | 0 | @sig != 1 and not defined $variable |
174 | 73 | 12 | 2 | $$self{'cached'} and defined $$self{'cache'}[$next_index] |
224 | 40 | 0 | 4 | @_ and defined $_[0] |
253 | 14 | 1 | 3 | $$self{'cached'} and defined $$self{'cache'}[$index] |
270 | 0 | 0 | 0 | not defined $$self{'cache'}[$last_defined] and $last_defined >= 0 |
327 | 10 | 10 | 0 | not $$self{'cached'} and $warnings |
331 | 10 | 0 | 10 | $$self{'cached'} and defined $$self{'cache'}[$prev_index] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
124 | 0 | 4 | 0 | ref $proto || $proto |