Branch Coverage

blib/lib/Form/Tiny/FieldDefinitionBuilder.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
32 6 295 if ($dynamic and defined &blessed($context))
33 0 6 unless has_form_meta($context)
39 5 296 if $dynamic
42 2 294 if (defined &blessed($data) and $data->isa('Form::Tiny::FieldDefinition')) { }
294 0 elsif (ref $data eq 'HASH') { }