| EMMA Coverage Report (generated Tue Oct 27 11:32:50 PDT 2009) |
|---|
| [all classes][net.spy.memcached.ops] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| ConcatenationType.java | 100% (1/1) | 75% (3/4) | 87% (33/38) | 95% (2.9/3) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class ConcatenationType | 100% (1/1) | 75% (3/4) | 87% (33/38) | 95% (2.9/3) |
| valueOf (String): ConcatenationType | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
| <static initializer> | 100% (1/1) | 100% (24/24) | 100% (3/3) | |
| ConcatenationType (String, int): void | 100% (1/1) | 100% (5/5) | 100% (1/1) | |
| values (): ConcatenationType [] | 100% (1/1) | 100% (4/4) | 100% (1/1) |
| 1 | package net.spy.memcached.ops; |
| 2 | |
| 3 | /** |
| 4 | * Types of concatenation operations. |
| 5 | */ |
| 6 | public enum ConcatenationType { |
| 7 | /** |
| 8 | * Concatenate supplied data to the end of the existing data. |
| 9 | */ |
| 10 | append, |
| 11 | /** |
| 12 | * Concatenate existing data onto the end of the supplied data. |
| 13 | */ |
| 14 | prepend |
| 15 | } |
| [all classes][net.spy.memcached.ops] |
| EMMA 2.0.5312 (C) Vladimir Roubtsov |