Branch Coverage

blib/lib/ClickHouse.pm
Criterion Covered Total %
branch 0 42 0.0


line true false branch
53 0 0 if (exists $_attrs{$name}) { }
67 0 0 if (defined $args{$key} and $self->_accessible("_$key")) { }
91 0 0 unless my $socket = 'Net::HTTP'->new('Host', $self->{'_host'}, 'PeerPort', $self->{'_port'}, 'HTTPVersion', '1.1', 'KeepAlive', $self->{'_keep_alive'})
98 0 0 if $self->{'_password'}
128 0 0 if ($AUTOLOAD =~ /.*::_get(_\w+)/ and $self->_accessible($1))
133 0 0 if ($AUTOLOAD =~ /.*::_set(_\w+)/ and $self->_accessible($1))
178 0 0 scalar @prepared_rows ? :
194 0 0 if ($@)
197 0 0 unless ($code == 200)
201 0 0 unless ($result->[0] eq 'Ok.')
210 0 0 if ($code == 200) { }
214 0 0 if (defined $add_mess)
226 0 0 unless defined $n
227 0 0 unless $n
254 0 0 if (ref $value eq 'HASH')
258 0 0 unless (defined $value)
261 0 0 if (ref $value eq 'ARRAY')
264 0 0 if (defined $value and not &looks_like_number($value))
275 0 0 if ($type eq 'NULL') { }
0 0 elsif ($type eq 'STRING') { }
0 0 elsif ($type eq 'ARRAY') { }