Condition Coverage

blib/lib/Selenium/Element.pm
Criterion Covered Total %
condition 0 55 0.0


and 3 conditions

line !l l&&!r l&&r condition
19 0 0 0 blessed $driver and blessed $driver eq 'WWW::Selenium'
236 0 0 0 defined $callback and reftype $callback ne 'CODE'
247 0 0 0 $selected and $value
288 0 0 0 not $current and $value
0 0 0 $current and not $value
320 0 0 0 defined $callback and reftype $callback ne 'CODE'
330 0 0 0 defined $callback and reftype $callback ne 'CODE'

or 2 conditions

line l !l condition
323 0 0 $self->_doCallback($callback) || 1
334 0 0 $self->_doCallback($callback) || 1

or 3 conditions

line l !l&&r !l&&!r condition
19 0 0 0 $driver == 0 or blessed $driver and blessed $driver eq 'WWW::Selenium'
69 0 0 0 $ret || $self->get_tag_name eq 'textarea'
185 0 0 0 $self->is_checkbox or $self->is_radio
0 0 0 $self->is_hiddeninput or $self->is_fileinput
0 0 0 $self->is_hiddeninput or $self->is_fileinput or $self->is_textinput
245 0 0 0 $self->is_checkbox or $self->is_radio
247 0 0 0 $selected || $value
0 0 0 $selected and $value or not $selected || $value
288 0 0 0 not $current and $value or $current and not $value
295 0 0 0 $self->_doCallback($callback) || $ret