| blib/lib/HTML/FormHandler/Widget/Field/Select.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 23 | 52.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 90 | 135 | 0 | 0 | defined $option->{'disabled'} and $option->{'disabled'} |
| 93 | 0 | 126 | 9 | defined $fif and $self->multiple && exists $fif_lookup{$value} || $fif eq $value |
| line | l | !l | condition |
|---|---|---|---|
| 89 | 0 | 135 | $option->{'attributes'} || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 11 | 22 | 14 | 0 | $result ||= $self->result |
| 19 | 37 | 0 | 0 | $result ||= $self->result |
| 51 | 37 | 0 | 0 | $result ||= $self->result |
| 74 | 135 | 0 | 0 | $result ||= $self->result |
| 93 | 21 | 9 | 105 | $self->multiple && exists $fif_lookup{$value} || $fif eq $value |