Condition Coverage

blib/lib/XHTML/Instrumented/Form/Select.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
134 0 0 0 $$self{'value'} and $$option{'value'}
0 0 0 $$self{'value'} and $$option{'value'} and $$self{'value'} eq $$option{'value'}
157 0 0 0 $value and $entry_value
0 0 0 $value and $entry_value and $value eq $entry_value

or 2 conditions

line l !l condition
189 0 0 $element->value || ''

or 3 conditions

line l !l&&r !l&&!r condition
131 0 0 0 $$self{'value'} ||= $$self{'default'}
140 0 0 0 $$self{'value'} || $$self{'default'}