blib/lib/Thrift/API/HiveClient2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
164 | 0 | 0 | 0 | $self->sasl and not $self->_sasl |
333 | 0 | 0 | 0 | $rh and not $rows_at_a_time |
0 | 0 | 0 | $rh and not $rows_at_a_time and $rh =~ /^[1-9][0-9]*$/ |
line | l | !l | condition |
---|---|---|---|
334 | 0 | 0 | $rows_at_a_time ||= 10000 |
420 | 0 | 0 | $schema //= 'default' |
458 | 0 | 0 | $schema //= 'default' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
192 | 0 | 0 | 0 | $protocol ||= do { require Thrift::BinaryProtocol; 'Thrift::BinaryProtocol'->new($self->_transport) } |