EMMA Coverage Report (generated Tue Oct 27 11:32:50 PDT 2009)
[all classes][net.spy.memcached.ops]

COVERAGE SUMMARY FOR SOURCE FILE [OperationState.java]

nameclass, %method, %block, %line, %
OperationState.java100% (1/1)50%  (2/4)81%  (39/48)95%  (3.8/4)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class OperationState100% (1/1)50%  (2/4)81%  (39/48)95%  (3.8/4)
valueOf (String): OperationState 0%   (0/1)0%   (0/5)0%   (0/1)
values (): OperationState [] 0%   (0/1)0%   (0/4)0%   (0/1)
<static initializer> 100% (1/1)100% (34/34)100% (4/4)
OperationState (String, int): void 100% (1/1)100% (5/5)100% (1/1)

1package net.spy.memcached.ops;
2 
3/**
4 * State of this operation.
5 */
6public enum OperationState {
7        /**
8         * State indicating this operation is writing data to the server.
9         */
10        WRITING,
11        /**
12         * State indicating this operation is reading data from the server.
13         */
14        READING,
15        /**
16         * State indicating this operation is complete.
17         */
18        COMPLETE
19}

[all classes][net.spy.memcached.ops]
EMMA 2.0.5312 (C) Vladimir Roubtsov