| EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
|---|
| [all classes][de.uka.ipd.sdq.spa.basicsolver.operations] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| BinaryOperation.java | 0% (0/1) | 0% (0/4) | 0% (0/60) | 0% (0/3) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class BinaryOperation | 0% (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 | */ |
| 4 | package de.uka.ipd.sdq.spa.basicsolver.operations; |
| 5 | |
| 6 | enum 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 |