blib/lib/ObjectDB/DBHPool.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 6 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
36 | 0 | 0 | 0 | exists $INC{'threads.pm'} and $INC{'threads.pm'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
45 | 0 | 0 | 0 | $self->{'connections'}{$pid_tid} ||= 'ObjectDB::DBHPool::Connection'->new('check_timeout', $self->{'check_timeout'}, 'dsn', $self->{'dsn'}, 'username', $self->{'username'}, 'password', $self->{'password'}, 'attrs', $self->{'attrs'}, 'do', $self->{'do'}) |