Condition Coverage

blib/lib/Data/Plist/Writer.pm
Criterion Covered Total %
condition 7 9 77.7


and 3 conditions

line !l l&&!r l&&r condition
137 0 1 6 ref $value and ref $value eq 'HASH'

or 3 conditions

line l !l&&r !l&&!r condition
179 9 10 1 not ref $object or ref($object) =~ /ARRAY|HASH/
19 1 0 not ref $object or ref($object) =~ /ARRAY|HASH/ or not $object->can('serialize')