blib/lib/HTML/FormHandler/Render/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 16 | 18.7 |
line | true | false | branch |
---|---|---|---|
15 | 0 | 0 | if (defined $$attrs{$attr}) |
16 | 0 | 0 | if (ref $$attrs{$attr} eq 'ARRAY') { } |
18 | 0 | 0 | unless scalar @{$$attrs{$attr};} |
28 | 0 | 0 | if length $output |
29 | 0 | 0 | if $javascript |
35 | 0 | 4 | unless $widget |
36 | 4 | 0 | if ($widget eq lc $widget) |
45 | 4 | 0 | if ($widget ne lc $widget) |