Branch Coverage

blib/lib/Form/Factory.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
52 8 198 if (not eval { do { Class::Load::load_class($class_name) } }) { }
8 190 elsif ($type eq $custom_type) { }
53 8 0 if $@
59 8 0 if (eval { do { Class::Load::load_class($class_name) } }) { }
64 0 0 if $@