Condition Coverage

blib/lib/YAML/PP.pm
Criterion Covered Total %
condition 24 27 88.8


and 3 conditions

line !l l&&!r l&&r condition
53 758 0 0 builtin::blessed($schemas) and $schemas->isa("YAML::PP::Schema")
248 59 29 39 ref $val and not builtin::blessed($val)
249 20 18 1 builtin::reftype($val) eq "HASH" and not tied %$val
18 18 2 builtin::reftype($val) eq "ARRAY" and not tied @$val
327 19 10 13 ref $val and not builtin::blessed($val)
328 3 5 5 builtin::reftype($val) eq "HASH" and not tied %$val
5 2 1 builtin::reftype($val) eq "ARRAY" and not tied @$val

or 2 conditions

line l !l condition
26 632 124 delete $args{'schema'} || ['+']
27 16 740 delete $args{'cyclic_refs'} || 'fatal'
42 0 756 delete $args{'emitter'} || {'indent', $indent, 'width', $width, 'writer', $writer}