Condition Coverage

blib/lib/DBR/Query/Select.pm
Criterion Covered Total %
condition 7 16 43.7


and 3 conditions

line !l l&&!r l&&r condition
63 0 0 0 $$self{'sth'} && $$self{'sth'}->finish

or 2 conditions

line l !l condition
20 2 0 $$self{'fields'} || undef
72 10 0 ($$self{'spvals'} ||= $self->_do_split)->{$value} || []

or 3 conditions

line l !l&&r !l&&!r condition
59 563 0 0 $self->instance->getconn->prepare($self->sql) || confess('Failed to prepare')
4 563 0 $$self{'sth'} ||= $self->instance->getconn->prepare($self->sql) || confess('Failed to prepare')
102 12 27 0 $$self{'recordobj'} ||= 'DBR::Record::Maker'->new('session', $$self{'session'}, 'query', $self)