| blib/lib/HTML/FillInForm/Lite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 27 | 28 | 96.4 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 121 | 57 | 49 | 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 | 90 | 93 | _get_type($tag) || 'text' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 151 | 7 | 1 | 86 | $opt eq 'ignore_fields' or $opt eq 'disable_fields' | 
| 190 | 49 | 55 | 0 | ref $self || $self | 
| 214 | 5 | 9 | 2 | $is_fh or not ref $src | 
| 286 | 29 | 15 | 106 | $type eq 'checkbox' or $type eq 'radio' | 
| 367 | 3 | 5 | 228 | not defined $name or $$context{'ignore_fields'}{$name} |