Condition Coverage

blib/lib/ClickHouse.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
67 0 0 0 defined $args{$key} and $self->_accessible("_$key")
128 0 0 0 $AUTOLOAD =~ /.*::_get(_\w+)/ and $self->_accessible($1)
133 0 0 0 $AUTOLOAD =~ /.*::_set(_\w+)/ and $self->_accessible($1)
264 0 0 0 defined $value and not &looks_like_number($value)