| blib/lib/HTML/FormBuilder/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 10 | 80.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 85 | 272 | 0 | 3 | $options->{'required_mark'} and not $self->{'option'}{'hide_required_text'} |
| line | l | !l | condition |
|---|---|---|---|
| 60 | 170 | 105 | shift() || '' |
| 61 | 57 | 218 | shift() || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 71 | 1 | 0 | 664 | ref $attributes->{$key} eq 'HASH' or ref $attributes->{$key} eq 'ARRAY' |