name | class, % | method, % | block, % | line, % |
---|
| | | | |
class DbSession | 100% (1/1) | 95% (19/20) | 72% (207/288) | 79% (70.1/89) |
beginTransaction (): void | | 0% (0/1) | 0% (0/4) | 0% (0/2) |
commitTransaction (): void | | 100% (1/1) | 43% (9/21) | 66% (4.6/7) |
rollbackTransaction (): void | | 100% (1/1) | 43% (9/21) | 66% (4.6/7) |
checkOpenSession (): void | | 100% (1/1) | 44% (4/9) | 67% (2/3) |
checkActiveTx (): void | | 100% (1/1) | 55% (6/11) | 75% (3/4) |
closeTx (): void | | 100% (1/1) | 56% (9/16) | 67% (4/6) |
checkClosedTx (): void | | 100% (1/1) | 58% (7/12) | 75% (3/4) |
openTx (): void | | 100% (1/1) | 68% (28/41) | 73% (8/11) |
openConnectionForQuery (): void | | 100% (1/1) | 71% (17/24) | 75% (6/8) |
DbSession (ConnectionProvider): void | | 100% (1/1) | 79% (19/24) | 88% (7/8) |
isSessionClosed (): boolean | | 100% (1/1) | 86% (6/7) | 85% (0.8/1) |
closeSession (): void | | 100% (1/1) | 87% (33/38) | 89% (8/9) |
<static initializer> | | 100% (1/1) | 100% (5/5) | 100% (1/1) |
attachQuery (DbQuery): void | | 100% (1/1) | 100% (10/10) | 100% (4/4) |
beginTransaction (DbTransactionMode): void | | 100% (1/1) | 100% (8/8) | 100% (4/4) |
detachQuery (DbQuery): void | | 100% (1/1) | 100% (6/6) | 100% (2/2) |
getConnection (): Connection | | 100% (1/1) | 100% (3/3) | 100% (1/1) |
getTotalActiveQueries (): int | | 100% (1/1) | 100% (21/21) | 100% (5/5) |
getTotalQueries (): int | | 100% (1/1) | 100% (4/4) | 100% (1/1) |
isTransactionActive (): boolean | | 100% (1/1) | 100% (3/3) | 100% (1/1) |