EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.probespec.framework.probes.example]

COVERAGE SUMMARY FOR SOURCE FILE [SimpleSEFFParameter.java]

nameclass, %method, %block, %line, %
SimpleSEFFParameter.java0%   (0/1)0%   (0/3)0%   (0/10)0%   (0/4)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class SimpleSEFFParameter0%   (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)

1package de.uka.ipd.sdq.probespec.framework.probes.example;
2 
3public 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