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 |