| blib/lib/DBIx/OpenTracing.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 18 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 165 | 0 | 10 | 195 | &blessed($dbh) and $dbh->isa('DBI::db') |
| 179 | 185 | 0 | 10 | &blessed($sth) && $sth->isa('DBI::st') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 50 | 2 | 4 | 23 | $is_enabled or $is_suspended |
| 59 | 0 | 4 | 6 | !defined($fields) || $fields == 0 |
| 331 | 133 | 4 | 6 | not defined $count_condition or &$count_condition(@_) |
| 369 | 10 | 10 | 175 | $failed or defined $handle->err |