| blib/lib/Cassandra/Client/Connection.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 57 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 208 | 0 | 0 | 0 | XXX and $err->code == 9472 |
| 271 | 0 | 0 | 0 | $query->[1] and not XXX |
| 307 | 0 | 0 | 0 | XXX and $err->code == 9472 |
| 502 | 0 | 0 | 0 | $map->{'CQL_VERSION'} and $map->{'COMPRESSION'} |
| 515 | 0 | 0 | 0 | $ss_compression{$_} and $available_compression{$_} |
| 521 | 0 | 0 | 0 | $selected_compression and $selected_compression eq 'none' |
| 593 | 0 | 0 | 0 | $user and $pass |
| 748 | 0 | 0 | 0 | length $_[3] > 500 and my $compress_func = $self->{'compress_func'} |
| 804 | 0 | 0 | 0 | $result and $result == $length |
| 901 | 0 | 0 | 0 | $flags & 1 and $body |
| line | l | !l | condition |
|---|---|---|---|
| 189 | 0 | 0 | $@ || '??' |
| 194 | 0 | 0 | $attr->{'consistency'} or 'one' |
| 199 | 0 | 0 | 0 + ($attr->{'page_size'} || $self->{'options'}{'max_page_size'} || 0) || undef |
| 200 | 0 | 0 | $attr->{'page'} || undef |
| 291 | 0 | 0 | $attribs->{'consistency'} or 'one' |
| 662 | 0 | 0 | $@ || 'unknown TLS error' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 410 | 0 | 0 | 0 | $prepared->{'decoder'} || $decoder |
| 735 | 0 | 0 | 0 | exists $pending->{$stream_id} or $stream_id >= 32768 |
| 772 | 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() | |
| 804 | 0 | 0 | 0 | defined $result or $! == 11 |