EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.pipesandfilters.framework] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
Scale.java | 0% (0/1) | 0% (0/4) | 0% (0/70) | 0% (0/3) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class Scale | 0% (0/1) | 0% (0/4) | 0% (0/70) | 0% (0/3) |
<static initializer> | 0% (0/1) | 0% (0/44) | 0% (0/2) | |
Scale (String, int): void | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
valueOf (String): Scale | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
values (): Scale [] | 0% (0/1) | 0% (0/16) | 0% (0/1) |
1 | package de.uka.ipd.sdq.pipesandfilters.framework; |
2 | |
3 | /** |
4 | * An enumeration of possible levels of measurement, namely nominal scale, |
5 | * ordinal scale, interval scale, ratio measurement. |
6 | * |
7 | * @author Baum |
8 | */ |
9 | public enum Scale { |
10 | |
11 | NOMINAL, ORDINAL, INTERVAL, RATIO; |
12 | |
13 | } |
[all classes][de.uka.ipd.sdq.pipesandfilters.framework] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |