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

COVERAGE SUMMARY FOR SOURCE FILE [featuremodelResourceImpl.java]

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

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class featuremodelResourceImpl0%   (0/1)0%   (0/1)0%   (0/4)0%   (0/2)
featuremodelResourceImpl (URI): void 0%   (0/1)0%   (0/4)0%   (0/2)

1/**
2 * <copyright>
3 * </copyright>
4 *
5 * $Id$
6 */
7package de.uka.ipd.sdq.featuremodel.util;
8 
9import org.eclipse.emf.common.util.URI;
10import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;
11 
12/**
13 * <!-- begin-user-doc -->
14 * The <b>Resource </b> associated with the package.
15 * <!-- end-user-doc -->
16 * @see de.uka.ipd.sdq.featuremodel.util.featuremodelResourceFactoryImpl
17 * @generated
18 */
19public class featuremodelResourceImpl extends XMLResourceImpl {
20        /**
21         * Creates an instance of the resource.
22         * <!-- begin-user-doc -->
23         * <!-- end-user-doc -->
24         * @param uri the URI of the new resource.
25         * @generated
26         */
27        public featuremodelResourceImpl(URI uri) {
28                super(uri);
29        }
30 
31} //featuremodelResourceImpl

[all classes][de.uka.ipd.sdq.featuremodel.util]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov