Branch Coverage

blib/lib/HTML/FormFu/Transformer.pm
Criterion Covered Total %
branch 4 8 50.0


line true false branch
18 2 3 if (ref $values eq 'ARRAY') { }
23 0 6 if ($@) { }
36 0 3 if ($@)
49 0 0 unless (&blessed($err) and $err->isa('HTML::FormFu::Exception::Transformer'))