| line |
true |
false |
branch |
|
36
|
0 |
0 |
if (my $cp = $config->{'contact_points'}) { } |
|
37
|
0 |
0 |
if (XXX) { } |
|
44
|
0 |
0 |
if (exists $config->{$_}) |
|
51
|
0 |
0 |
if (defined $config->{$_}) |
|
56
|
0 |
0 |
if (exists $config->{$_}) |
|
57
|
0 |
0 |
defined $config->{$_} ? : |
|
63
|
0 |
0 |
if (exists $config->{$_}) |
|
64
|
0 |
0 |
defined $config->{$_} ? : |
|
68
|
0 |
0 |
if (exists $config->{'throttler'}) |
|
70
|
0 |
0 |
unless $config->{'throttler'}->isa('Cassandra::Client::Policy::Throttle::Default') |
|
73
|
0 |
0 |
if (exists $config->{'retry_policy'}) |
|
75
|
0 |
0 |
unless $config->{'retry_policy'}->isa('Cassandra::Client::Policy::Retry::Default') |
|
78
|
0 |
0 |
if (exists $config->{'command_queue'}) |
|
80
|
0 |
0 |
unless $config->{'command_queue'}->isa('Cassandra::Client::Policy::Queue::Default') |
|
83
|
0 |
0 |
if (exists $config->{'load_balancing_policy'}) |
|
85
|
0 |
0 |
unless $config->{'load_balancing_policy'}->isa('Cassandra::Client::Policy::LoadBalancing::Default') |