| blib/lib/HTML/FillInForm/Lite/Compat.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 14 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 44 | 1 | 12 | if (@_) |
| 59 | 15 | 14 | if (defined $_[0] and not exists $known_keys{$_[0]}) |
| 63 | 10 | 19 | if (defined $_[0] and not exists $known_keys{$_[0]}) |
| 70 | 2 | 30 | if (exists $extended_keys{$key}) |
| 81 | 27 | 1 | unless defined $option{'fill_password'} |
| 83 | 27 | 1 | unless defined $option{'decode_entity'} |
| 86 | 1 | 27 | if defined $option{'ignore_fields'} and ref $option{'ignore_fields'} ne 'ARRAY' |