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

COVERAGE SUMMARY FOR SOURCE FILE [DbQueryBase.java]

nameclass, %method, %block, %line, %
DbQueryBase.java100% (1/1)55%  (31/56)52%  (515/1000)56%  (143.8/256)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class DbQueryBase100% (1/1)55%  (31/56)52%  (515/1000)56%  (143.8/256)
closeAllResultSets (): void 0%   (0/1)0%   (0/12)0%   (0/4)
closeCursorsAtCommit (): void 0%   (0/1)0%   (0/4)0%   (0/2)
concurReadOnly (): void 0%   (0/1)0%   (0/4)0%   (0/2)
concurUpdatable (): void 0%   (0/1)0%   (0/4)0%   (0/2)
forcePreparedStatement (): void 0%   (0/1)0%   (0/6)0%   (0/3)
getConcurrencyType (): int 0%   (0/1)0%   (0/3)0%   (0/1)
getFetchSize (): int 0%   (0/1)0%   (0/3)0%   (0/1)
getHoldability (): int 0%   (0/1)0%   (0/3)0%   (0/1)
getMaxRows (): int 0%   (0/1)0%   (0/3)0%   (0/1)
getQueryState (): int 0%   (0/1)0%   (0/3)0%   (0/1)
getTotalOpenResultSetCount (): int 0%   (0/1)0%   (0/2)0%   (0/1)
getType (): int 0%   (0/1)0%   (0/3)0%   (0/1)
holdCursorsOverCommit (): void 0%   (0/1)0%   (0/4)0%   (0/2)
isInDebugMode (): boolean 0%   (0/1)0%   (0/3)0%   (0/1)
isInitialized (): boolean 0%   (0/1)0%   (0/8)0%   (0/1)
resetGeneratedColumns (): void 0%   (0/1)0%   (0/6)0%   (0/3)
setConcurrencyType (int): void 0%   (0/1)0%   (0/6)0%   (0/3)
setFetchSize (int): void 0%   (0/1)0%   (0/32)0%   (0/8)
setGeneratedKey (): void 0%   (0/1)0%   (0/5)0%   (0/2)
setHoldability (int): void 0%   (0/1)0%   (0/6)0%   (0/3)
setMaxRows (int): void 0%   (0/1)0%   (0/30)0%   (0/8)
setType (int): void 0%   (0/1)0%   (0/6)0%   (0/3)
typeForwardOnly (): void 0%   (0/1)0%   (0/4)0%   (0/2)
typeScrollInsensitive (): void 0%   (0/1)0%   (0/4)0%   (0/2)
typeScrollSensitive (): void 0%   (0/1)0%   (0/4)0%   (0/2)
checkCreated (): void 100% (1/1)20%  (5/25)50%  (2/4)
checkInitialized (): void 100% (1/1)20%  (5/25)50%  (2/4)
closeResultSet (ResultSet): void 100% (1/1)43%  (15/35)55%  (5.5/10)
prepareQuery (): void 100% (1/1)47%  (7/15)60%  (3/5)
checkNotClosed (): void 100% (1/1)50%  (5/10)67%  (2/3)
getGeneratedKey (): long 100% (1/1)50%  (21/42)60%  (4.8/8)
initializeJdbc (): void 100% (1/1)51%  (107/208)64%  (21/33)
executeCount (boolean): long 100% (1/1)55%  (33/60)67%  (8.7/13)
closeQueryResultSets (): List 100% (1/1)58%  (32/55)61%  (8/13)
getGeneratedColumns (): ResultSet 100% (1/1)61%  (19/31)70%  (7/10)
execute (): ResultSet 100% (1/1)64%  (36/56)73%  (11/15)
closeQuery (): List 100% (1/1)66%  (21/32)67%  (8/12)
close (): void 100% (1/1)73%  (16/22)86%  (6/7)
executeUpdate (boolean): int 100% (1/1)75%  (53/71)81%  (13/16)
getQueryString (): String 100% (1/1)82%  (18/22)80%  (4/5)
isActive (): boolean 100% (1/1)88%  (7/8)87%  (0.9/1)
<static initializer> 100% (1/1)100% (4/4)100% (1/1)
DbQueryBase (): void 100% (1/1)100% (27/27)100% (9/9)
executeCount (): long 100% (1/1)100% (4/4)100% (1/1)
executeCountAndClose (): long 100% (1/1)100% (4/4)100% (1/1)
executeUpdate (): int 100% (1/1)100% (4/4)100% (1/1)
executeUpdateAndClose (): int 100% (1/1)100% (4/4)100% (1/1)
getGeneratedColumnNames (): String [] 100% (1/1)100% (3/3)100% (1/1)
getOpenResultSetCount (): int 100% (1/1)100% (9/9)100% (1/1)
init (): void 100% (1/1)100% (15/15)100% (7/7)
isClosed (): boolean 100% (1/1)100% (8/8)100% (1/1)
saveResultSet (ResultSet): void 100% (1/1)100% (14/14)100% (4/4)
setDebug (boolean): void 100% (1/1)100% (6/6)100% (3/3)
setDebugMode (): void 100% (1/1)100% (4/4)100% (2/2)
setGeneratedColumns (String []): void 100% (1/1)100% (6/6)100% (3/3)
toString (): String 100% (1/1)100% (3/3)100% (1/1)

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