| blib/lib/DBR/Misc/Connection.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 24 | 50.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 24 | 0 | 51 | unless $$self{'session'} | 
| 25 | 0 | 51 | unless $$self{'dbh'} | 
| 43 | 2957 | 7 | if $$self{'lastping'} + 2 > time | 
| 46 | 0 | 7 | unless $$self{'dbh'}->ping | 
| 53 | 0 | 17 | if $$self{'_intran'} | 
| 56 | 0 | 17 | unless $$self{'dbh'}->do('BEGIN') | 
| 64 | 0 | 17 | unless $$self{'_intran'} | 
| 67 | 0 | 17 | unless $$self{'dbh'}->do('COMMIT') | 
| 76 | 0 | 0 | unless $$self{'_intran'} | 
| 79 | 0 | 0 | unless $$self{'dbh'}->do('ROLLBACK') | 
| 99 | 0 | 17 | $_[0]{'_intran'} ? : | 
| 116 | 13 | 1170 | wantarray ? : |