Condition Coverage

blib/lib/Cassandra/Client/Connection.pm
Criterion Covered Total %
condition 0 60 0.0


and 3 conditions

line !l l&&!r l&&r condition
214 0 0 0 is_blessed_ref($err) and $err->code == 9472
279 0 0 0 $query->[1] and not is_plain_arrayref($query->[1])
315 0 0 0 is_blessed_ref($err) and $err->code == 9472
508 0 0 0 $map->{'CQL_VERSION'} and $map->{'COMPRESSION'}
521 0 0 0 $ss_compression{$_} and $available_compression{$_}
527 0 0 0 $selected_compression and $selected_compression eq "none"
787 0 0 0 length $_[3] > 500 and my $compress_func = $self->{'compress_func'}
845 0 0 0 $result and $result == $length
946 0 0 0 $flags & 1 and $body
1080 0 0 0 is_blessed_ref($error) and $error->is_request_error
0 0 0 is_blessed_ref($error) and $error->is_request_error and $error->is_timeout

or 2 conditions

line l !l condition
195 0 0 $@ || '??'
200 0 0 $attr->{'consistency'} or "one"
205 0 0 0 + ($attr->{'page_size'} || $self->{'options'}{'max_page_size'} || 0) || undef
206 0 0 $attr->{'page'} || undef
299 0 0 $attribs->{'consistency'} or "one"
701 0 0 $@ || 'unknown TLS error'

or 3 conditions

line l !l&&r !l&&!r condition
423 0 0 0 $prepared->{'decoder'} || $decoder
774 0 0 0 exists $pending->{$stream_id} or $stream_id >= 32768
813 0 0 0 $rv == ERROR_WANT_WRITE() or $rv == ERROR_WANT_READ()
0 0 0 $rv == ERROR_WANT_WRITE() or $rv == ERROR_WANT_READ() or $rv == ERROR_NONE()
845 0 0 0 defined $result or $! == 11