Condition Coverage

blib/lib/HTML/GUI/widget.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
127 0 0 0 $data and exists $$data{'type'}
482 0 0 0 defined $defaultValue and Data::Compare::Compare($$self{$propName}, $defaultValue)
0 0 0 not ref $$self{$propName} and $$self{$propName} eq ''
0 0 0 'ARRAY' eq ref $$self{$propName} and not scalar @{$$self{$propName};}

or 2 conditions

line l !l condition
85 0 0 $GHW_defaultValue{$propName} || ''
411 0 0 $$params{$propName} || ''
473 0 0 $paramPublicProp || {}