Condition Coverage

blib/lib/HTML/FillInForm/Lite/Compat.pm
Criterion Covered Total %
condition 19 21 90.4


and 3 conditions

line !l l&&!r l&&r condition
59 1 13 15 defined $_[0] and not exists $known_keys{$_[0]}
63 1 18 10 defined $_[0] and not exists $known_keys{$_[0]}
88 26 1 1 defined $option{'ignore_fields'} and ref $option{'ignore_fields'} ne 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
75 9 0 3 $option{'file'} || $option{'scalarref'} || $option{'arrayref'}
15 11 2 $source ||= $option{'file'} || $option{'scalarref'} || $option{'arrayref'}
76 13 0 5 $option{'fdat'} || $option{'fobject'}
10 16 2 $data ||= $option{'fdat'} || $option{'fobject'}