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