Branch Coverage

blib/lib/PApp/SQL.pm
Criterion Covered Total %
branch 0 22 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
314 0 0 unless my $sth = shift()
318 0 0 if $driver eq 'mysql'
319 0 0 if $driver eq 'Pg'
320 0 0 if $driver eq 'Sybase'
321 0 0 if $driver eq 'Informix'
322 0 0 if $driver eq 'SQLite'
430 0 0 unless $PApp::SQL::dbcache{$_[0][0]}
435 0 0 $dbh && $dbh->ping ? :