name | class, % | method, % | block, % | line, % |
---|
| | | | |
class CoreConnectionPool | 100% (1/1) | 43% (10/23) | 45% (152/338) | 48% (44/91) |
getConnectionsCount (): int [] | | 0% (0/1) | 0% (0/25) | 0% (0/1) |
getDriver (): String | | 0% (0/1) | 0% (0/3) | 0% (0/1) |
getMaxConnections (): int | | 0% (0/1) | 0% (0/3) | 0% (0/1) |
getMinConnections (): int | | 0% (0/1) | 0% (0/3) | 0% (0/1) |
getPassword (): String | | 0% (0/1) | 0% (0/3) | 0% (0/1) |
getUrl (): String | | 0% (0/1) | 0% (0/3) | 0% (0/1) |
getUser (): String | | 0% (0/1) | 0% (0/3) | 0% (0/1) |
isWaitIfBusy (): boolean | | 0% (0/1) | 0% (0/3) | 0% (0/1) |
makeBackgroundConnection (): void | | 0% (0/1) | 0% (0/13) | 0% (0/6) |
run (): void | | 0% (0/1) | 0% (0/33) | 0% (0/9) |
setMaxConnections (int): void | | 0% (0/1) | 0% (0/4) | 0% (0/2) |
setMinConnections (int): void | | 0% (0/1) | 0% (0/4) | 0% (0/2) |
setWaitIfBusy (boolean): void | | 0% (0/1) | 0% (0/4) | 0% (0/2) |
getConnection (): Connection | | 100% (1/1) | 39% (34/87) | 43% (9/21) |
init (): void | | 100% (1/1) | 61% (43/71) | 64% (9/14) |
closeConnections (ArrayList): void | | 100% (1/1) | 95% (18/19) | 83% (5/6) |
CoreConnectionPool (): void | | 100% (1/1) | 100% (9/9) | 100% (4/4) |
close (): void | | 100% (1/1) | 100% (19/19) | 100% (5/5) |
closeConnection (Connection): void | | 100% (1/1) | 100% (13/13) | 100% (4/4) |
setDriver (String): void | | 100% (1/1) | 100% (4/4) | 100% (2/2) |
setPassword (String): void | | 100% (1/1) | 100% (4/4) | 100% (2/2) |
setUrl (String): void | | 100% (1/1) | 100% (4/4) | 100% (2/2) |
setUser (String): void | | 100% (1/1) | 100% (4/4) | 100% (2/2) |