Condition Coverage

inc/YAML/Base.pm
Criterion Covered Total %
condition 8 17 47.0


and 3 conditions

line !l l&&!r l&&r condition
51 41 0 4 ref $default eq 'ARRAY' && !@$default
36 0 5 ref $default eq 'HASH' && !keys(%$default)

or 2 conditions

line l !l condition
98 0 9 $_[1] || 0

or 3 conditions

line l !l&&r !l&&!r condition
9 0 4 0 ref $class || $class
69 0 0 1 $#_ > 0 or defined $_[0]{'loader_object'}
0 0 1 $#_ > 0 or defined $_[0]{'dumper_object'}