Condition Coverage

blib/lib/Test/Selenium/Remote/Driver.pm
Criterion Covered Total %
condition 32 69 46.3


and 3 conditions

line !l l&&!r l&&r condition
510 1 1 1 not $ret and $self->has_error_handler
519 0 0 0 not $ret and $self->has_error_handler
552 1 1 1 not $ret and $self->has_error_handler
560 0 0 0 not $ret and $self->has_error_handler
596 1 1 1 not $ret and $self->has_error_handler
605 0 0 0 not $ret and $self->has_error_handler
642 1 1 1 not $ret and $self->has_error_handler
652 0 0 0 not $ret and $self->has_error_handler
688 1 1 1 not $ret and $self->has_error_handler
698 0 0 0 not $ret and $self->has_error_handler
732 1 1 1 not $ret and $self->has_error_handler
741 0 0 0 not $ret and $self->has_error_handler
777 0 1 1 not $ret and $self->has_error_handler
786 2 0 0 not $ret and $self->has_error_handler
823 1 0 0 not $ret and $self->has_error_handler
832 1 1 1 not $ret and $self->has_error_handler

or 2 conditions

line l !l condition
66 17 10 $hash_fun_args->{$fun_name} // 0
150 0 7 $p{'webelement_class'} //= "Test::Selenium::Remote::WebElement"
173 0 0 $ENV{'TWD_HOST'} || shift() || 'localhost'
174 0 0 $ENV{'TWD_PORT'} || shift() || 4444
325 9 1 $locator_strategy //= "xpath"
359 7 1 $params // ""

or 3 conditions

line l !l&&r !l&&!r condition
146 0 0 0 $p{$opt} //= $ENV{$env_var_name}
148 0 0 0 $p{'browser_name'} //= $ENV{'TWD_BROWSER'}
149 0 0 0 $p{'remote_server_addr'} //= $ENV{'TWD_HOST'}