Condition Coverage

blib/lib/HTML/Prototype/Helper/Tag.pm
Criterion Covered Total %
condition 0 38 0.0


or 2 conditions

line l !l condition
114 0 0 $options ||= {}
115 0 0 $$options{'maxlength'} || 30
132 0 0 $options || {}
138 0 0 $options ||= {}
179 0 0 $starttag ||= 0
180 0 0 $options ||= {}
199 0 0 $html_options ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
98 0 0 0 $self->object->can($self->method_name . '_before_type_cast') || $self->object->can($self->method_name)
115 0 0 0 $$options{'size'} ||= $$options{'maxlength'} || 30
118 0 0 0 $$options{'value'} ||= $self->value_before_type_cast
141 0 0 0 $index = delete $$options{'index'} or $index = $self->auto_index
144 0 0 0 $$options{'name'} ||= $self->_tag_name_with_index($index)
145 0 0 0 $$options{'id'} ||= $self->_tag_id_with_index($index)
148 0 0 0 $$options{'name'} ||= $self->_tag_name
149 0 0 0 $$options{'id'} ||= $self->_tag_id