| blib/lib/DBD/Log/Sth.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 14 | 21.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 46 | 0 | 0 | 0 | $self->logThis->[0] ne 'all' and not grep({$_ eq $command;} @{$self->logThis;}) |
| 62 | 0 | 2 | 0 | $self->logThis->[0] ne 'all' and not grep({$_ eq $command;} @{$self->logThis;}) |
| 147 | 0 | 0 | 0 | $#rest >= 1 and $rest[0] =~ /\D+/ |
| line | l | !l | condition |
|---|---|---|---|
| 130 | 0 | 0 | $var ||= q[''] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 178 | 1 | 0 | 1 | $self->dbi->errstr || $self->sth->errstr |