EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.sensorframework.visualisation.dialogs] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
DialogType.java | 0% (0/1) | 0% (0/4) | 0% (0/50) | 0% (0/3) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class DialogType | 0% (0/1) | 0% (0/4) | 0% (0/50) | 0% (0/3) |
<static initializer> | 0% (0/1) | 0% (0/24) | 0% (0/2) | |
DialogType (String, int): void | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
valueOf (String): DialogType | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
values (): DialogType [] | 0% (0/1) | 0% (0/16) | 0% (0/1) |
1 | package de.uka.ipd.sdq.sensorframework.visualisation.dialogs; |
2 | |
3 | public enum DialogType { |
4 | DIRECTORY, FILE |
5 | } |
[all classes][de.uka.ipd.sdq.sensorframework.visualisation.dialogs] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |