EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.spa.basicsolver.operations]

COVERAGE SUMMARY FOR SOURCE FILE [BinaryOperation.java]

nameclass, %method, %block, %line, %
BinaryOperation.java0%   (0/1)0%   (0/4)0%   (0/60)0%   (0/3)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class BinaryOperation0%   (0/1)0%   (0/4)0%   (0/60)0%   (0/3)
<static initializer> 0%   (0/1)0%   (0/34)0%   (0/2)
BinaryOperation (String, int): void 0%   (0/1)0%   (0/5)0%   (0/1)
valueOf (String): BinaryOperation 0%   (0/1)0%   (0/5)0%   (0/1)
values (): BinaryOperation [] 0%   (0/1)0%   (0/16)0%   (0/1)

1/**
2 * 
3 */
4package de.uka.ipd.sdq.spa.basicsolver.operations;
5 
6enum BinaryOperation {
7        SEQUENCE, ALTERNATIVE, PARALLEL
8}

[all classes][de.uka.ipd.sdq.spa.basicsolver.operations]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov