Condition Coverage

blib/lib/Selenium/Remote/RemoteConnection.pm
Criterion Covered Total %
condition 14 24 58.3


and 3 conditions

line !l l&&!r l&&r condition
99 14 0 16 defined $params and $params ne ""
143 0 11 217 $response->message ne "No Content" and $response->content ne ""
178 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'}
188 0 198 0 ref $decoded_json eq "HASH" and $decoded_json->{'error'}
199 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'} || ''
62 1 0 $status->{'cmd_return'} // ""
72 15 15 $resource->{'no_content_success'} // 0