| blib/lib/DBIx/Handler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 32 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 37 | 0 | 0 | 0 | 'DBI'->VERSION > 1.613 and not exists $attr->{'AutoInactiveDestroy'} | 
| 45 | 0 | 0 | 0 | $dbh->FETCH('RaiseError') and not exists $attr->{'PrintError'} | 
| 78 | 0 | 0 | 0 | $dbh->FETCH('Active') and $self->_ping($dbh) | 
| 177 | 0 | 0 | 0 | ref $named_bind{$1} and ref $named_bind{$1} eq 'ARRAY' | 
| line | l | !l | condition | 
|---|---|---|---|
| 27 | 0 | 0 | $opts->{'trace_query'} || 0 | 
| 0 | 0 | $opts->{'trace_ignore_if'} || \&DBIx::Handler::_noop | |
| 0 | 0 | $opts->{'result_class'} || undef | |
| 0 | 0 | $opts->{'on_connect_do'} || undef | |
| 0 | 0 | $opts->{'on_disconnect_do'} || undef | |
| 0 | 0 | $opts->{'no_ping'} || 0 | |
| 0 | 0 | $opts->{'dbi_class'} || 'DBI' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 41 | 0 | 0 | 0 | exists $attr->{'RaiseError'} or exists $attr->{'HandleError'} | 
| 228 | 0 | 0 | 0 | $self->{'txn_manager'} ||= 'DBIx::TransactionManager'->new($dbh) |