| EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
|---|
| [all classes][de.uka.ipd.sdq.simucomframework.variables.exceptions] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| TypesIncompatibleInTermException.java | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class TypesIncompatibleInTermException | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| TypesIncompatibleInTermException (String): void | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| 1 | package de.uka.ipd.sdq.simucomframework.variables.exceptions; |
| 2 | |
| 3 | public class TypesIncompatibleInTermException extends RuntimeException { |
| 4 | |
| 5 | public TypesIncompatibleInTermException(String string) { |
| 6 | super(string); |
| 7 | } |
| 8 | |
| 9 | } |
| [all classes][de.uka.ipd.sdq.simucomframework.variables.exceptions] |
| EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |