Condition Coverage

blib/lib/Psh/Builtins/Tieopt.pm
Criterion Covered Total %
condition 10 14 71.4


and 3 conditions

line !l l&&!r l&&r condition
86 4 0 8 ref $curr_val eq 'ARRAY' and @$curr_val
89 8 4 0 ref $curr_val eq 'HASH' and keys %curr_val
116 1 9 0 $actual_type and $actual_type ne $requested_type

or 2 conditions

line l !l condition
100 6 1 $actual_type || 'SCALAR'

or 3 conditions

line l !l&&r !l&&!r condition
100 13 7 0 $requested_type ||= $actual_type || 'SCALAR'