Condition Coverage

blib/lib/Selenium/Remote/RemoteConnection.pm
Criterion Covered Total %
condition 13 22 59.0


and 3 conditions

line !l l&&!r l&&r condition
98 14 0 16 defined $params and $params ne ""
142 0 11 217 $response->message ne "No Content" and $response->content ne ""
177 9 189 0 &looks_like_number($decoded_json->{'status'}) and $decoded_json->{'status'} > 0
198 0 0 &looks_like_number($decoded_json->{'status'}) and $decoded_json->{'status'} > 0 and $decoded_json->{'value'}{'message'}
187 0 198 0 ref $decoded_json eq "HASH" and $decoded_json->{'error'}
198 75 52 0 ref $data->{'cmd_return'} eq "HASH" and exists $data->{'cmd_return'}{'sessionId'}

or 2 conditions

line l !l condition
52 10 0 $status->{'cmd_status'} || ''
71 15 15 $resource->{'no_content_success'} // 0