EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.probfunction.math.exception] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
InvalidSampleValueException.java | 100% (1/1) | 100% (1/1) | 100% (3/3) | 100% (1/1) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class InvalidSampleValueException | 100% (1/1) | 100% (1/1) | 100% (3/3) | 100% (1/1) |
InvalidSampleValueException (): void | 100% (1/1) | 100% (3/3) | 100% (1/1) |
1 | /** |
2 | * |
3 | */ |
4 | package de.uka.ipd.sdq.probfunction.math.exception; |
5 | |
6 | |
7 | public class InvalidSampleValueException extends ProbabilityFunctionException{ |
8 | |
9 | private static final long serialVersionUID = -2310670042860992154L; |
10 | |
11 | } |
[all classes][de.uka.ipd.sdq.probfunction.math.exception] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |