EMMA Coverage Report (generated Mon Dec 26 18:25:44 CET 2011)
[all classes][jodd.db.pool]

COVERAGE SUMMARY FOR SOURCE FILE [CoreConnectionPool.java]

nameclass, %method, %block, %line, %
CoreConnectionPool.java100% (3/3)42%  (17/40)48%  (273/568)47%  (74/156)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class CoreConnectionPool$SizeSnapshot100% (1/1)40%  (2/5)38%  (17/45)67%  (6/9)
getAvailableCount (): int 0%   (0/1)0%   (0/3)0%   (0/1)
getTotalCount (): int 0%   (0/1)0%   (0/3)0%   (0/1)
toString (): String 0%   (0/1)0%   (0/22)0%   (0/1)
CoreConnectionPool$SizeSnapshot (int, int): void 100% (1/1)100% (14/14)100% (5/5)
getBusyCount (): int 100% (1/1)100% (3/3)100% (1/1)
     
class CoreConnectionPool100% (1/1)41%  (13/32)46%  (225/484)44%  (60/136)
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)
getValidationQuery (): String 0%   (0/1)0%   (0/3)0%   (0/1)
getValidationTimeout (): long 0%   (0/1)0%   (0/3)0%   (0/1)
isValidateConnection (): boolean 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/11)0%   (0/4)
run (): void 0%   (0/1)0%   (0/37)0%   (0/9)
setDefaultValidationQuery (): void 0%   (0/1)0%   (0/4)0%   (0/2)
setMaxConnections (int): void 0%   (0/1)0%   (0/4)0%   (0/2)
setMinConnections (int): void 0%   (0/1)0%   (0/4)0%   (0/2)
setValidateConnection (boolean): void 0%   (0/1)0%   (0/4)0%   (0/2)
setValidationQuery (String): void 0%   (0/1)0%   (0/4)0%   (0/2)
setValidationTimeout (long): void 0%   (0/1)0%   (0/4)0%   (0/2)
setWaitIfBusy (boolean): void 0%   (0/1)0%   (0/4)0%   (0/2)
isConnectionValid (CoreConnectionPool$ConnectionData, long): boolean 100% (1/1)18%  (13/71)15%  (3/20)
getConnection (): Connection 100% (1/1)42%  (47/113)43%  (12/28)
init (): void 100% (1/1)66%  (54/82)69%  (11/16)
closeConnections (ArrayList): void 100% (1/1)95%  (21/22)88%  (7/8)
<static initializer> 100% (1/1)100% (4/4)100% (1/1)
CoreConnectionPool (): void 100% (1/1)100% (15/15)100% (6/6)
close (): void 100% (1/1)100% (26/26)100% (6/6)
closeConnection (Connection): void 100% (1/1)100% (19/19)100% (5/5)
getConnectionsCount (): CoreConnectionPool$SizeSnapshot 100% (1/1)100% (10/10)100% (1/1)
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)
     
class CoreConnectionPool$ConnectionData100% (1/1)67%  (2/3)79%  (31/39)73%  (8/11)
hashCode (): int 0%   (0/1)0%   (0/4)0%   (0/1)
equals (Object): boolean 100% (1/1)83%  (19/23)67%  (4/6)
CoreConnectionPool$ConnectionData (CoreConnectionPool, Connection): void 100% (1/1)100% (12/12)100% (4/4)

[all classes][jodd.db.pool]
EMMA 2.0.5312 (C) Vladimir Roubtsov