| EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
|---|
| [all classes][de.uka.ipd.sdq.simulation] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| SimulationResult.java | 0% (0/1) | 0% (0/4) | 0% (0/50) | 0% (0/6) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class SimulationResult | 0% (0/1) | 0% (0/4) | 0% (0/50) | 0% (0/6) |
| <static initializer> | 0% (0/1) | 0% (0/24) | 0% (0/5) | |
| SimulationResult (String, int): void | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
| valueOf (String): SimulationResult | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
| values (): SimulationResult [] | 0% (0/1) | 0% (0/16) | 0% (0/1) |
| 1 | package de.uka.ipd.sdq.simulation; |
| 2 | |
| 3 | /** |
| 4 | * Status enum signaling simulation success or failure |
| 5 | * @author Steffen Becker |
| 6 | * |
| 7 | */ |
| 8 | public enum SimulationResult { |
| 9 | /** |
| 10 | * Simulation caused an error most likely by raising an exception |
| 11 | */ |
| 12 | ERROR, |
| 13 | |
| 14 | /** |
| 15 | * Simulation terminated successfully |
| 16 | */ |
| 17 | OK; |
| 18 | } |
| [all classes][de.uka.ipd.sdq.simulation] |
| EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |