Branch Coverage

blib/lib/Prancer/Session/Store/Database/Driver.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
20 0 0 defined $_ ? :
26 0 0 unless ($$config{'database'})
32 0 0 unless $config
61 0 0 if $INC{'threads.pm'}
66 0 0 if ($$handle{'dbh'}) { }
67 0 0 if ($$handle{'dbh'}{'Active'} and $$self{'_check_threshold'} and time - $$handle{'last_connection_check'} < $$self{'_check_threshold'}) { }
73 0 0 if (_check_connection($$handle{'dbh'})) { }
81 0 0 if ($$handle{'dbh'})
92 0 0 if ($$handle{'dbh'})
118 0 0 unless $dbh
120 0 0 if ($$dbh{'Active'} and my $result = $dbh->ping) { }
121 0 0 if (int $result) { }