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

COVERAGE SUMMARY FOR SOURCE FILE [Base64.java]

nameclass, %method, %block, %line, %
Base64.java100% (1/1)31%  (5/16)37%  (412/1126)34%  (53.4/155)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class Base64100% (1/1)31%  (5/16)37%  (412/1126)34%  (53.4/155)
Base64 (): void 0%   (0/1)0%   (0/3)0%   (0/1)
decode (byte []): byte [] 0%   (0/1)0%   (0/194)0%   (0/26)
decode (char []): byte [] 0%   (0/1)0%   (0/194)0%   (0/26)
encodeToByte (String): byte [] 0%   (0/1)0%   (0/9)0%   (0/3)
encodeToByte (byte []): byte [] 0%   (0/1)0%   (0/4)0%   (0/1)
encodeToByte (byte [], boolean): byte [] 0%   (0/1)0%   (0/226)0%   (0/26)
encodeToChar (String): char [] 0%   (0/1)0%   (0/9)0%   (0/3)
encodeToChar (byte []): char [] 0%   (0/1)0%   (0/4)0%   (0/1)
encodeToString (byte []): String 0%   (0/1)0%   (0/7)0%   (0/1)
encodeToString (byte [], boolean): String 0%   (0/1)0%   (0/7)0%   (0/1)
getAlphabet (): char [] 0%   (0/1)0%   (0/4)0%   (0/1)
decodeToString (String): String 100% (1/1)70%  (7/10)33%  (1/3)
encodeToString (String): String 100% (1/1)75%  (9/12)33%  (1/3)
encodeToChar (byte [], boolean): char [] 100% (1/1)85%  (186/219)83%  (21.6/26)
decode (String): byte [] 100% (1/1)93%  (180/194)88%  (22.8/26)
<static initializer> 100% (1/1)100% (30/30)100% (7/7)

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