EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.probespec.framework.probes.example] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
SimpleSEFFParameter.java | 0% (0/1) | 0% (0/3) | 0% (0/10) | 0% (0/4) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class SimpleSEFFParameter | 0% (0/1) | 0% (0/3) | 0% (0/10) | 0% (0/4) |
SimpleSEFFParameter (): void | 0% (0/1) | 0% (0/3) | 0% (0/1) | |
getValue (): Object | 0% (0/1) | 0% (0/3) | 0% (0/1) | |
setValue (Object): void | 0% (0/1) | 0% (0/4) | 0% (0/2) |
1 | package de.uka.ipd.sdq.probespec.framework.probes.example; |
2 | |
3 | public class SimpleSEFFParameter<V> { |
4 | |
5 | private V value; |
6 | |
7 | public V getValue() { |
8 | return value; |
9 | } |
10 | |
11 | public void setValue(V value) { |
12 | this.value = value; |
13 | } |
14 | |
15 | } |
[all classes][de.uka.ipd.sdq.probespec.framework.probes.example] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |