EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.simucomframework.variables.exceptions]

COVERAGE SUMMARY FOR SOURCE FILE [FunctionParametersNotAcceptedException.java]

nameclass, %method, %block, %line, %
FunctionParametersNotAcceptedException.java0%   (0/1)0%   (0/1)0%   (0/4)0%   (0/2)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class FunctionParametersNotAcceptedException0%   (0/1)0%   (0/1)0%   (0/4)0%   (0/2)
FunctionParametersNotAcceptedException (String): void 0%   (0/1)0%   (0/4)0%   (0/2)

1package de.uka.ipd.sdq.simucomframework.variables.exceptions;
2 
3public class FunctionParametersNotAcceptedException extends RuntimeException {
4 
5        public FunctionParametersNotAcceptedException(String arg0) {
6                super(arg0);
7                // TODO Auto-generated constructor stub
8        }
9 
10}

[all classes][de.uka.ipd.sdq.simucomframework.variables.exceptions]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov