blib/lib/Tie/Array/DBD.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 17 | 58.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
226 | 6 | 0 | 6 | exists $cnf->{'pbind'} and not $cnf->{'pbind'} |
410 | 20 | 40 | 30 | $nargs == 2 and $off > $self->{'max'} |
413 | 20 | 40 | 0 | $nargs == 2 and $last > $self->{'max'} |
439 | 0 | 0 | 0 | exists $self->{'min'} and $self->{'min'} < $self->{'max'} |
line | l | !l | condition |
---|---|---|---|
114 | 44 | 0 | $dbh->{'Driver'}{'Name'} || 'no DBI handle' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
90 | 6 | 0 | 6 | $dbt eq 'CSV' or $dbt eq 'Unify' |