| blib/lib/DBIx/LogAny.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 18 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 50 | 14 | 0 | 1 | &blessed($args[0]) and &blessed($args[0])->isa('DBI::st') |
| 14 | 0 | 1 | &blessed($args[0]) and &blessed($args[0])->isa('DBI::st') and defined $args[0]{'Statement'} | |
| 206 | 0 | 0 | 1 | $h->{'logger'}->is_debug and $h->{'logmask'} & 128 |
| 0 | 1 | 0 | $h->{'logger'}->is_debug and $h->{'logmask'} & 128 and $h->{'driver'} eq 'Oracle' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 141 | 0 | 0 | 0 | scalar @_ != 2 or not defined $_[1] |
| 158 | 0 | 0 | 0 | scalar @_ != 3 or not defined $_[1] |