EMMA Coverage Report (generated Sat Feb 02 18:43:55 MSK 2008) |
---|
[all classes][net.sourceforge.retroweaver.runtime.java.lang.annotation] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
RetentionPolicy.java | 100% (1/1) | 75% (3/4) | 80% (55/69) | 95% (3.8/4) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class RetentionPolicy | 100% (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 | |
2 | package net.sourceforge.retroweaver.runtime.java.lang.annotation; |
3 | |
4 | /** |
5 | * A mirror of java.lang.annotation.RetentionPolicy. |
6 | * |
7 | * @author Toby Reyelts |
8 | * |
9 | */ |
10 | public enum RetentionPolicy { |
11 | CLASS, |
12 | RUNTIME, |
13 | SOURCE; |
14 | } |
15 |
[all classes][net.sourceforge.retroweaver.runtime.java.lang.annotation] |
EMMA 2.0.8001 (unsupported private build) (C) Vladimir Roubtsov |