| blib/lib/HTML/FormFu/Element.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 15 | 93.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 138 | 241 | 0 | 26 | $defaults and %$defaults |
| 212 | 42 | 4 | 3 | 'Block' eq $type and $target->isa('HTML::FormFu::Element::Block') |
| 219 | 30 | 5 | 11 | 'Field' eq $type and $target->does('HTML::FormFu::Role::Element::Field') |
| 226 | 26 | 4 | 5 | 'Input' eq $type and $target->does('HTML::FormFu::Role::Element::Input') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 172 | 3 | 1 | 48 | $not_in || $is_in |