blib/lib/Data/Object/Cast.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 17 | 64.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 0 | 2 | 2 | $type and $type eq 'HASH' |
79 | 0 | 2 | 2 | $type and $type eq 'ARRAY' |
135 | 0 | 7 | 1 | $data and 'HASH' eq ref $data |
141 | 0 | 7 | 1 | $data and 'ARRAY' eq ref $data |
line | l | !l | condition |
---|---|---|---|
107 | 2 | 0 | &reftype($data) // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
106 | 0 | 2 | 1 | $type eq 'ANY' or $type eq 'SCALAR' |