| line |
true |
false |
branch |
|
41
|
0 |
0 |
if (my $cp = $config->{'contact_points'}) { } |
|
42
|
0 |
0 |
if (is_plain_arrayref($cp)) { } |
|
49
|
0 |
0 |
if (exists $config->{$_}) |
|
56
|
0 |
0 |
if (defined $config->{$_}) |
|
62
|
0 |
0 |
if (exists $config->{$_}) |
|
63
|
0 |
0 |
defined $config->{$_} ? : |
|
69
|
0 |
0 |
if (exists $config->{$_}) |
|
70
|
0 |
0 |
defined $config->{$_} ? : |
|
76
|
0 |
0 |
if (defined $config->{$_}) |
|
77
|
0 |
0 |
unless is_plain_coderef($config->{$_}) |
|
84
|
0 |
0 |
if (exists $config->{$_}) |
|
86
|
0 |
0 |
unless is_blessed_ref($config->{$_}) |
|
91
|
0 |
0 |
if (exists $config->{'username'} or exists $config->{'password'}) |
|
98
|
0 |
0 |
if (exists $config->{'protocol_version'}) |
|
99
|
0 |
0 |
if ($config->{'protocol_version'} == 3 or $config->{'protocol_version'} == 4) { } |