Branch Coverage

blib/lib/HTML/FormFu/Inflator.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
19 1 29 if (ref $values eq 'ARRAY') { }
24 0 2 if ($@) { }
37 3 26 if ($@)
49 3 0 unless (&blessed($err) and $err->isa('HTML::FormFu::Exception::Inflator'))