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

COVERAGE SUMMARY FOR SOURCE FILE [PalladioComponentModelAllocationDiagramActionBarContributor.java]

nameclass, %method, %block, %line, %
PalladioComponentModelAllocationDiagramActionBarContributor.java0%   (0/1)0%   (0/3)0%   (0/7)0%   (0/3)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class PalladioComponentModelAllocationDiagramActionBarContributor0%   (0/1)0%   (0/3)0%   (0/7)0%   (0/3)
PalladioComponentModelAllocationDiagramActionBarContributor (): void 0%   (0/1)0%   (0/3)0%   (0/1)
getEditorClass (): Class 0%   (0/1)0%   (0/2)0%   (0/1)
getEditorId (): String 0%   (0/1)0%   (0/2)0%   (0/1)

1/*
2 *Copyright 2007, SDQ, IPD, U KA
3 */
4package de.uka.ipd.sdq.pcm.gmf.allocation.part;
5 
6import org.eclipse.gmf.runtime.diagram.ui.parts.DiagramActionBarContributor;
7 
8/**
9 * @generated
10 */
11public class PalladioComponentModelAllocationDiagramActionBarContributor extends
12                DiagramActionBarContributor {
13 
14        /**
15         * @generated
16         */
17        protected Class getEditorClass() {
18                return PalladioComponentModelAllocationDiagramEditor.class;
19        }
20 
21        /**
22         * @generated
23         */
24        protected String getEditorId() {
25                return PalladioComponentModelAllocationDiagramEditor.ID;
26        }
27}

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