EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.codegen.simucontroller.dockmodel.events]

COVERAGE SUMMARY FOR SOURCE FILE [DockSimulationStartedEvent.java]

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

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class DockSimulationStartedEvent0%   (0/1)0%   (0/1)0%   (0/4)0%   (0/2)
DockSimulationStartedEvent (DockModel): void 0%   (0/1)0%   (0/4)0%   (0/2)

1package de.uka.ipd.sdq.codegen.simucontroller.dockmodel.events;
2 
3import de.uka.ipd.sdq.codegen.simucontroller.dockmodel.DockModel;
4 
5public class DockSimulationStartedEvent extends DockEvent {
6 
7        public DockSimulationStartedEvent(DockModel dock) {
8                super(dock);
9                // TODO Auto-generated constructor stub
10        }
11 
12}

[all classes][de.uka.ipd.sdq.codegen.simucontroller.dockmodel.events]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov