EMMA Coverage Report (generated Mon Dec 10 16:02:36 GMT 2007) |
---|
[all classes][uk.co.zonetora.fj.passes] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
FJException.java | 100% (1/1) | 100% (1/1) | 100% (4/4) | 100% (2/2) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class FJException | 100% (1/1) | 100% (1/1) | 100% (4/4) | 100% (2/2) |
FJException (String): void | 100% (1/1) | 100% (4/4) | 100% (2/2) |
1 | package uk.co.zonetora.fj.passes; |
2 | |
3 | public class FJException extends Exception { |
4 | |
5 | private static final long serialVersionUID = 3480916445145409161L; |
6 | |
7 | public FJException(String string) { |
8 | super(string); |
9 | } |
10 | |
11 | } |
[all classes][uk.co.zonetora.fj.passes] |
EMMA 2.0.5312 (C) Vladimir Roubtsov |