EMMA Coverage Report (generated Mon Aug 23 17:21:34 CEST 2010)
[all classes][dmg.cells.nucleus]

COVERAGE SUMMARY FOR SOURCE FILE [CellExceptionMessage.java]

nameclass, %method, %block, %line, %
CellExceptionMessage.java0%   (0/1)0%   (0/1)0%   (0/5)0%   (0/2)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class CellExceptionMessage0%   (0/1)0%   (0/1)0%   (0/5)0%   (0/2)
CellExceptionMessage (CellPath, Object): void 0%   (0/1)0%   (0/5)0%   (0/2)

1package dmg.cells.nucleus ;
2 
3/**
4  *  
5  *
6  * @author Patrick Fuhrmann
7  * @version 0.1, 15 Feb 1998
8  */
9public class CellExceptionMessage extends CellMessage {
10 
11  static final long serialVersionUID = -5819709105553527283L;
12  public CellExceptionMessage( CellPath addr , Object msg ){
13     super( addr , msg ) ;
14  }
15  
16  
17}

[all classes][dmg.cells.nucleus]
EMMA 2.0.5312 (C) Vladimir Roubtsov