blib/lib/HTML/FormHandler/Widget/Field/Repeatable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 6 | 16.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
20 | 0 | 0 | 0 | $self->has_flag('is_repeatable') and $subfield->name < $self->num_when_empty |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
20 | 51 | 0 | 0 | $subresult or $self->has_flag('is_repeatable') and $subfield->name < $self->num_when_empty |