EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.pcm.gmf.allocation.view.factories]

COVERAGE SUMMARY FOR SOURCE FILE [AllocationComponentLabelViewFactory.java]

nameclass, %method, %block, %line, %
AllocationComponentLabelViewFactory.java0%   (0/1)0%   (0/2)0%   (0/9)0%   (0/3)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class AllocationComponentLabelViewFactory0%   (0/1)0%   (0/2)0%   (0/9)0%   (0/3)
AllocationComponentLabelViewFactory (): void 0%   (0/1)0%   (0/3)0%   (0/1)
createStyles (View): List 0%   (0/1)0%   (0/6)0%   (0/2)

1/*
2 *Copyright 2007, SDQ, IPD, U KA
3 */
4package de.uka.ipd.sdq.pcm.gmf.allocation.view.factories;
5 
6import org.eclipse.core.runtime.IAdaptable;
7import org.eclipse.gmf.runtime.notation.View;
8import java.util.ArrayList;
9import java.util.List;
10 
11import org.eclipse.gmf.runtime.diagram.ui.view.factories.BasicNodeViewFactory;
12 
13/**
14 * @generated
15 */
16public class AllocationComponentLabelViewFactory extends BasicNodeViewFactory {
17 
18        /**
19         * @generated
20         */
21        protected List createStyles(View view) {
22                List styles = new ArrayList();
23                return styles;
24        }
25}

[all classes][de.uka.ipd.sdq.pcm.gmf.allocation.view.factories]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov