Condition Coverage

blib/lib/HTML/Widget/Element/Select.pm
Criterion Covered Total %
condition 11 11 100.0


and 3 conditions

line !l l&&!r l&&r condition
127 1 8 1 not $self->multiple and ref $$params{$name} eq 'ARRAY'
170 4 15 14 defined $val and $val eq $key

or 2 conditions

line l !l condition
181 7 11 $self->attributes->{'class'} ||= 'select'

or 3 conditions

line l !l&&r !l&&!r condition
149 2 8 1 $self->retain_default or not $$args{'submitted'}