Condition Coverage

blib/lib/Tie/Array/DBD.pm
Criterion Covered Total %
condition 10 17 58.8


and 3 conditions

line !l l&&!r l&&r condition
254 8 0 8 exists $cnf->{'pbind'} and not $cnf->{'pbind'}
445 28 56 42 $nargs == 2 and $off > $self->{'max'}
448 28 56 0 $nargs == 2 and $last > $self->{'max'}
474 0 0 0 exists $self->{'min'} and $self->{'min'} < $self->{'max'}

or 2 conditions

line l !l condition
121 56 0 $dbh->{'Driver'}{'Name'} || 'no DBI handle'

or 3 conditions

line l !l&&r !l&&!r condition
97 8 0 8 $dbt eq "CSV" or $dbt eq "Unify"