Condition Coverage

blib/lib/Tie/Hash/DBD.pm
Criterion Covered Total %
condition 13 25 52.0


and 3 conditions

line !l l&&!r l&&r condition
238 10 0 11 exists $cnf->{'pbind'} and not $cnf->{'pbind'}
275 485 0 0 $self->{'trh'} and $self->{'dbh'}->begin_work
286 6 0 0 $self->{'trh'} and $self->{'dbh'}->begin_work
321 25 0 0 $self->{'trh'} and $self->{'dbh'}->begin_work

or 2 conditions

line l !l condition
120 53 0 $dbh->{'Driver'}{'Name'} || 'no DBI handle'
140 0 53 $cnf->{'k_asc'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
96 9 0 10 $dbt eq 'CSV' or $dbt eq 'Unify'
221 0 2 3 $h->{'trh'} or $dbt eq 'CSV'
2 0 3 $h->{'trh'} or $dbt eq 'CSV' or $dbt eq 'Unify'