Branch Coverage

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


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