blib/lib/ClickHouse.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
68 | 0 | 0 | 0 | defined $args{$key} and $self->_accessible("_$key") |
130 | 0 | 0 | 0 | $AUTOLOAD =~ /.*::_get(_\w+)/ and $self->_accessible($1) |
135 | 0 | 0 | 0 | $AUTOLOAD =~ /.*::_set(_\w+)/ and $self->_accessible($1) |
282 | 0 | 0 | 0 | defined $value and not &looks_like_number($value) |
line | l | !l | condition |
---|---|---|---|
228 | 0 | 0 | $add_mess->[0][0] // '' |