blib/lib/XHTML/Instrumented/Form/Select.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 20 | 0.0 |
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 |
line | l | !l | condition |
---|---|---|---|
189 | 0 | 0 | $element->value || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
131 | 0 | 0 | 0 | $$self{'value'} ||= $$self{'default'} |
140 | 0 | 0 | 0 | $$self{'value'} || $$self{'default'} |