| blib/lib/HTML/FillInForm/Lite/Compat.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 21 | 21 | 100.0 |
| 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]} |
| 86 | 26 | 1 | 1 | defined $option{'ignore_fields'} and ref $option{'ignore_fields'} ne 'ARRAY' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 75 | 10 | 1 | 2 | $option{'file'} || $option{'scalarref'} || $option{'arrayref'} |
| 15 | 11 | 2 | $source ||= $option{'file'} || $option{'scalarref'} || $option{'arrayref'} | |
| 76 | 13 | 3 | 2 | $option{'fdat'} || $option{'fobject'} |
| 10 | 16 | 2 | $data ||= $option{'fdat'} || $option{'fobject'} |