blib/lib/Data/Rx/CoreType/seq.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
15 | 1 | 7 | unless 'Data::Rx::Util'->_x_subset_keys_y($arg, {'contents', 1, 'tail', 1}) |
18 | 2 | 5 | unless $$arg{'contents'} and ref $$arg{'contents'} eq 'ARRAY' |
29 | 3 | 2 | $$arg{'tail'} ? : |
38 | 117 | 24 | unless (not &Scalar::Util::blessed($value) and ref $value eq 'ARRAY') |
49 | 2 | 22 | if (@$value < @$content_schemata) |
64 | 2 | 58 | if $i > $#$value |
77 | 19 | 5 | if (@$value > @$content_schemata) |
78 | 11 | 8 | if ($$self{'tail_check'}) { } |