Condition Coverage

blib/lib/Data/Object/Cast.pm
Criterion Covered Total %
condition 11 17 64.7


and 3 conditions

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

or 2 conditions

line l !l condition
107 2 0 &reftype($data) // ''

or 3 conditions

line l !l&&r !l&&!r condition
106 0 2 1 $type eq 'ANY' or $type eq 'SCALAR'