| blib/lib/PApp/SQL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 24 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 139 | 0 | 0 | unless ($dbcache{$id} and $dbcache{$id}->ping) | 
| 144 | 0 | 0 | if $dsn =~ /^[Dd][Bb][Ii]:mysql:/ and not $dsn =~ /;mysql_client_found_rows/ | 
| 153 | 0 | 0 | if $connect | 
| 315 | 0 | 0 | unless my $sth = shift() | 
| 319 | 0 | 0 | if $driver eq 'MariaDB' | 
| 320 | 0 | 0 | if $driver eq 'mysql' | 
| 321 | 0 | 0 | if $driver eq 'Pg' | 
| 322 | 0 | 0 | if $driver eq 'Sybase' | 
| 323 | 0 | 0 | if $driver eq 'Informix' | 
| 324 | 0 | 0 | if $driver eq 'SQLite' | 
| 432 | 0 | 0 | unless $PApp::SQL::dbcache{$_[0][0]} | 
| 437 | 0 | 0 | $dbh && $dbh->ping ? : |