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
44 0 0 0 blessed $driver and blessed $driver eq 'WWW::Selenium'
404 0 0 0 defined $callback and reftype $callback ne 'CODE'
415 0 0 0 $selected and $value
456 0 0 0 not $current and $value
0 0 0 $current and not $value
522 0 0 0 defined $callback and reftype $callback ne 'CODE'
545 0 0 0 defined $callback and reftype $callback ne 'CODE'

or 2 conditions

line l !l condition
525 0 0 $self->_doCallback($callback) || 1
549 0 0 $self->_doCallback($callback) || 1

or 3 conditions

line l !l&&r !l&&!r condition
44 0 0 0 $driver == 0 or blessed $driver and blessed $driver eq 'WWW::Selenium'
116 0 0 0 $ret || $self->get_tag_name eq 'textarea'
318 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
413 0 0 0 $self->is_checkbox or $self->is_radio
415 0 0 0 $selected || $value
0 0 0 $selected and $value or not $selected || $value
456 0 0 0 not $current and $value or $current and not $value
463 0 0 0 $self->_doCallback($callback) || $ret