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
266 12 0 13 exists $cnf->{'pbind'} and not $cnf->{'pbind'}
304 507 0 0 $self->{'trh'} and $self->{'dbh'}->begin_work
316 8 0 0 $self->{'trh'} and $self->{'dbh'}->begin_work
352 33 0 0 $self->{'trh'} and $self->{'dbh'}->begin_work

or 2 conditions

line l !l condition
127 65 0 $dbh->{'Driver'}{'Name'} || 'no DBI handle'
146 0 65 $cnf->{'k_asc'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
103 11 0 12 $dbt eq "CSV" or $dbt eq "Unify"
249 0 2 3 $h->{'trh'} or $dbt eq "CSV"
2 0 3 $h->{'trh'} or $dbt eq "CSV" or $dbt eq "Unify"