Branch Coverage

blib/lib/Form/Factory.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
201 0 0 if (not eval { do { Class::Load::load_class($class_name) } }) { }
0 0 elsif ($type eq $custom_type) { }
202 0 0 if $@
208 0 0 if (eval { do { Class::Load::load_class($class_name) } }) { }
213 0 0 if $@