blib/lib/Catmandu/Store/DBI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 13 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
86 | 0 | 0 | 0 | not $driver =~ /mysql/i and $self->has_timeout |
0 | 0 | 0 | not $driver =~ /mysql/i and $self->has_timeout and time - $connect_time > $self->timeout |
line | l | !l | condition |
---|---|---|---|
42 | 0 | 0 | $self->dbh->{'Driver'}{'Name'} // '' |
83 | 0 | 0 | $dbh->{'Driver'}{'Name'} // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
90 | 0 | 0 | 0 | $self->reconnect_after_timeout or not $dbh->ping |