EMMA Coverage Report (generated Mon Nov 26 19:18:24 CET 2007)
[all classes][net.sourceforge.retroweaver.runtime.java.lang.annotation]

COVERAGE SUMMARY FOR SOURCE FILE [RetentionPolicy.java]

nameclass, %method, %block, %line, %
RetentionPolicy.java100% (1/1)75%  (3/4)80%  (55/69)95%  (3.8/4)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class RetentionPolicy100% (1/1)75%  (3/4)80%  (55/69)95%  (3.8/4)
valueOf (String): RetentionPolicy 0%   (0/1)0%   (0/14)0%   (0/1)
<static initializer> 100% (1/1)100% (46/46)100% (4/4)
RetentionPolicy (String, int): void 100% (1/1)100% (5/5)100% (1/1)
values (): RetentionPolicy [] 100% (1/1)100% (4/4)100% (1/1)

1 
2package net.sourceforge.retroweaver.runtime.java.lang.annotation;
3 
4/**
5 * A mirror of java.lang.annotation.RetentionPolicy.
6 *
7 * @author Toby Reyelts
8 *
9 */
10public enum RetentionPolicy {
11  CLASS,
12  RUNTIME,
13  SOURCE;
14}
15 

[all classes][net.sourceforge.retroweaver.runtime.java.lang.annotation]
EMMA 2.0.7906 (unsupported private build) (C) Vladimir Roubtsov