Condition Coverage

blib/lib/Data/PropertyList.pm
Criterion Covered Total %
condition 12 23 52.1


and 3 conditions

line !l l&&!r l&&r condition
98 557 0 0 $Data::PropertyList::Multiline and $target =~ /\n.*?\n/
108 8 6 0 exists $Data::PropertyList::DRefs{$target} and $Data::PropertyList::Supress{$target}
122 10 1 3 $Data::PropertyList::ShowDRefs and length $Data::PropertyList::CurrentDRef
129 14 0 0 $Data::PropertyList::ShowClasses and ref $target
14 0 0 $Data::PropertyList::ShowClasses and ref $target and not ref($target) =~ /\A(ARRAY|HASH|SCALAR|REF|CODE)\Z/
157 5 0 3 $Data::PropertyList::MaxItems && $#{$target;} <= $Data::PropertyList::MaxItems

or 2 conditions

line l !l condition
206 1 15 $options{'-source'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
132 0 0 0 UNIVERSAL::isa($target, 'REF') or UNIVERSAL::isa($target, 'SCALAR')