| blib/lib/Log/Handler/Output/DBI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 4 | 21 | 19.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 312 | 0 | 0 | 0 | $v =~ /^%(.+)/ and exists $message->{$1} | 
| 341 | 0 | 0 | 0 | $self->{'persistent'} and $self->{'dbh'} | 
| 525 | 0 | 2 | 0 | $options{'driver'} and $options{'database'} || $options{'dbname'} | 
| 585 | 0 | 2 | 0 | $options{'driver'} and $options{'driver'} =~ /oracle/i | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 331 | 0 | 0 | 0 | $self->{'persistent'} or $self->{'dbi_handle'} | 
| 518 | 2 | 0 | 0 | $options{'table'} or $options{'statement'} | 
| 525 | 2 | 0 | 0 | $options{'database'} || $options{'dbname'} |