blib/lib/Data/Rx/CoreType/arr.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 13 | 92.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
19 | 1 | 8 | 0 | $$arg{'contents'} and ref $$arg{'contents'} || 1 |
37 | 4 | 74 | 36 | not &Scalar::Util::blessed($value) and ref $value eq 'ARRAY' |
47 | 15 | 16 | 5 | $$self{'length_check'} and not $$self{'length_check'}(@$value - $$self{'skip'}) |
line | l | !l | condition |
---|---|---|---|
19 | 7 | 1 | ref $$arg{'contents'} || 1 |
29 | 3 | 3 | $$arg{'skip'} || 0 |