Condition Coverage

blib/lib/Test/YAML/Valid.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
135 8 0 16 !$@ && _is_yaml($result, $yaml)
162 8 0 16 !$@ && _is_yaml($result, $yaml)

or 3 conditions

line l !l&&r !l&&!r condition
122 128 24 0 defined $_[0] || _is_undef_yaml($_[1])
196 8 0 120 $@ or not _is_yaml($result, $yaml)