| blib/lib/HTML/FormFu/Element.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 15 | 93.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 136 | 241 | 13 | 0 | $defaults and %$defaults |
| 206 | 27 | 4 | 3 | 'Block' eq $type and $target->isa('HTML::FormFu::Element::Block') |
| 213 | 28 | 1 | 2 | 'Field' eq $type and $target->does('HTML::FormFu::Role::Element::Field') |
| 220 | 20 | 4 | 5 | 'Input' eq $type and $target->does('HTML::FormFu::Role::Element::Input') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 167 | 3 | 1 | 33 | $not_in || $is_in |