| blib/lib/HTML/FillInForm/Lite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 26 | 28 | 92.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 121 | 57 | 46 | 141 | ref $self and not @_ |
| 245 | 2 | 9 | 11 | defined $id && $context->{'target'} eq $id |
| 495 | 2 | 10 | 1 | @values == 1 && !defined($values[0]) |
| line | l | !l | condition |
|---|---|---|---|
| 153 | 3 | 5 | $context{$opt} ||= {} |
| 278 | 91 | 87 | _get_type($tag) || 'text' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 151 | 7 | 1 | 83 | $opt eq 'ignore_fields' or $opt eq 'disable_fields' |
| 190 | 46 | 55 | 0 | ref $self || $self |
| 214 | 5 | 6 | 2 | $is_fh or not ref $src |
| 286 | 29 | 15 | 104 | $type eq 'checkbox' or $type eq 'radio' |
| 367 | 3 | 0 | 228 | not defined $name or $context->{'ignore_fields'}{$name} |