Branch Coverage

blib/lib/HTML/FormHandler/Render/Util.pm
Criterion Covered Total %
branch 10 16 62.5


line true false branch
16 951 0 if (defined $attrs->{$attr})
17 495 456 if (ref $attrs->{$attr} eq 'ARRAY') { }
19 0 495 unless scalar @{$attrs->{$attr};}
29 735 1450 if length $output
30 0 2185 if $javascript
36 0 4 unless $widget
37 4 0 if ($widget eq lc $widget)
46 199 0 if ($widget ne lc $widget)