| blib/lib/HTML/FormFu/Element/Repeatable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 14 | 64.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 79 | 27 | 0 | 19 | defined $nested_name and length $nested_name |
| 264 | 10 | 0 | 44 | defined $counter_name and defined $form->query |
| 281 | 1 | 0 | 43 | defined $input and $input =~ /^[1-9][0-9]*\z/ |
| line | l | !l | condition |
|---|---|---|---|
| 307 | 0 | 22 | $args ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 178 | 9 | 2 | 0 | $field ||= &first(sub { $_->original_name eq $name; } , grep({defined $_->original_name;} @$fields)) |