Branch Coverage

blib/lib/HTML/Prototype/Helper/Tag.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
51 0 0 if ($object_name =~ s/\[\]$//)
73 0 0 unless @_
84 0 0 $self->object ? :
86 0 0 $coderef ? :
97 0 0 if (defined $self->object)
101 0 0 if $coderef
116 0 0 if 'hidden' eq lc $field_type
118 0 0 unless 'file' eq lc $field_type
141 0 0 if ($index = delete $$options{'index'} or $index = $self->auto_index) { }
181 0 0 defined $$options{'entities'} ? :
186 0 0 if ($starttag) { }
0 0 elsif ($HTML::Prototype::Helper::Tag::USE_ASXML_FOR_TAG) { }
200 0 0 defined $$html_options{'entities'} ? :
205 0 0 ref $content eq 'ARRAY' ? :