| EMMA Coverage Report (generated Tue Oct 27 11:32:50 PDT 2009) |
|---|
| [all classes][net.spy.memcached.protocol.ascii] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| OperationReadType.java | 100% (1/1) | 50% (2/4) | 76% (29/38) | 92% (2.8/3) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class OperationReadType | 100% (1/1) | 50% (2/4) | 76% (29/38) | 92% (2.8/3) |
| valueOf (String): OperationReadType | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
| values (): OperationReadType [] | 0% (0/1) | 0% (0/4) | 0% (0/1) | |
| <static initializer> | 100% (1/1) | 100% (24/24) | 100% (3/3) | |
| OperationReadType (String, int): void | 100% (1/1) | 100% (5/5) | 100% (1/1) |
| 1 | package net.spy.memcached.protocol.ascii; |
| 2 | |
| 3 | /** |
| 4 | * Data read types. |
| 5 | */ |
| 6 | enum OperationReadType { |
| 7 | /** |
| 8 | * Read type indicating an operation currently wants to read lines. |
| 9 | */ |
| 10 | LINE, |
| 11 | /** |
| 12 | * Read type indicating an operation currently wants to read raw data. |
| 13 | */ |
| 14 | DATA |
| 15 | } |
| [all classes][net.spy.memcached.protocol.ascii] |
| EMMA 2.0.5312 (C) Vladimir Roubtsov |