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
137 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]*$/

or 2 conditions

line l !l condition
334 0 0 $rows_at_a_time ||= 10000
420 0 0 $schema //= 'default'
458 0 0 $schema //= 'default'

or 3 conditions

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