Condition Coverage

blib/lib/HTML/Widget/Container.pm
Criterion Covered Total %
condition 11 13 84.6


and 3 conditions

line !l l&&!r l&&r condition
127 223 6 21 $self->error and $element->tag eq 'input'
159 37 3 12 $self->error and $element->tag eq 'span'

or 2 conditions

line l !l condition
103 250 0 $element->attr('class') || ''
226 10 0 join('', map({$_->as_XML;} $self->_build_element($self->element))) || ''

or 3 conditions

line l !l&&r !l&&!r condition
178 2 12 37 $class eq 'checkbox' || $class eq 'radio'