Branch Coverage

blib/lib/HTML/FormHighlight.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
75 0 0 if ($options{'fobject'})
77 0 0 unless defined $options{'fobject'}->can('param')
82 0 0 if $options{'fobject'}->param($key)
87 0 0 if ($options{'fdat'})
91 0 0 if $options{'fdat'}{$key}
106 0 0 if ($options{'file'}) { }
0 0 elsif ($options{'scalarref'}) { }
0 0 elsif ($options{'arrayref'}) { }
140 0 0 if ($tagname eq 'input' or $tagname eq 'textarea' or $tagname eq 'select' or $tagname eq 'option') { }
148 0 0 if ($$self{'fields'}{$$attr{'name'}} and not $$self{'_field_filled'}{$$attr{'name'}})
151 0 0 if ($tagname eq 'input') { }
0 0 elsif ($tagname eq 'textarea' or $tagname eq 'select') { }
154 0 0 if ($$attr{'type'} eq 'text' or $$attr{'type'} eq 'password' or $$attr{'type'} eq 'file') { }
0 0 elsif ($$attr{'type'} eq 'radio' or $$attr{'type'} eq 'checkbox') { }
164 0 0 if ($$self{'all_in_group'} or not $$self{'_highlighted'}{$$attr{'name'}})
201 0 0 if ($tagname eq 'textarea' or $tagname eq 'select' or $tagname eq 'option') { }
237 0 0 if ($$self{'_buffer'} and $$self{'mark'} and $$self{'_buffer'} =~ /$$self{'_mark_regex'}/) { }