blib/lib/Form/Tiny/FieldDefinitionBuilder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
32 | 6 | 292 | if ($dynamic and defined &blessed($context)) |
33 | 0 | 6 | unless has_form_meta($context) |
39 | 5 | 293 | if $dynamic |
42 | 2 | 291 | if (defined &blessed($data) and $data->isa('Form::Tiny::FieldDefinition')) { } |
291 | 0 | elsif (ref $data eq 'HASH') { } |