EMMA Coverage Report (generated Mon Dec 10 12:01:41 GMT 2007)
[all classes][uk.co.zonetora.fj.ast.lexer]

COVERAGE SUMMARY FOR SOURCE FILE [LexerException.java]

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

COVERAGE BREAKDOWN BY CLASS AND METHOD

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

1/* This file was generated by SableCC (http://www.sablecc.org/). */
2 
3package uk.co.zonetora.fj.ast.lexer;
4 
5public class LexerException extends Exception
6{
7    public LexerException(String message)
8    {
9        super(message);
10    }
11}

[all classes][uk.co.zonetora.fj.ast.lexer]
EMMA 2.0.5312 (C) Vladimir Roubtsov