blib/lib/Data/FormValidator/Util/HTML.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 14 | 50.0 |
line | true | false | branch |
---|---|---|---|
44 | 1 | 6 | unless defined $styles{$in{'style'}} |
47 | 5 | 1 | unless defined $in{'prepend'} |
48 | 5 | 1 | unless defined $in{'append'} |
56 | 6 | 0 | if ($token->is_start_tag('input') and not $token->return_attr->{'type'} =~ /^(button|submit|image)$/i) { } |
0 | 0 | elsif ($token->is_start_tag('select')) { } | |
0 | 0 | elsif ($token->is_end_tag('select')) { } | |
0 | 0 | elsif ($token->is_start_tag('textarea')) { } |