Condition Coverage

blib/lib/Thrift/API/HiveClient2.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
153 0 0 0 $self->sasl and not $self->_sasl
349 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]*$/

or 2 conditions

line l !l condition
350 0 0 $rows_at_a_time ||= 10000
436 0 0 $schema //= "default"
474 0 0 $schema //= "default"

or 3 conditions

line l !l&&r !l&&!r condition
182 0 0 0 $protocol ||= do { require Thrift::BinaryProtocol; "Thrift::BinaryProtocol"->new($self->_transport) }