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

COVERAGE SUMMARY FOR SOURCE FILE [ImpactAnalysisFailureType.java]

nameclass, %method, %block, %line, %
ImpactAnalysisFailureType.java0%   (0/1)0%   (0/4)0%   (0/80)0%   (0/12)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class ImpactAnalysisFailureType0%   (0/1)0%   (0/4)0%   (0/80)0%   (0/12)
<static initializer> 0%   (0/1)0%   (0/54)0%   (0/11)
ImpactAnalysisFailureType (String, int): void 0%   (0/1)0%   (0/5)0%   (0/1)
valueOf (String): ImpactAnalysisFailureType 0%   (0/1)0%   (0/5)0%   (0/1)
values (): ImpactAnalysisFailureType [] 0%   (0/1)0%   (0/16)0%   (0/1)

1package de.uka.ipd.sdq.reliability.solver.reporting;
2 
3/**
4 * Enumeration describing the type of entities (e.g. component's ID, a
5 * component's interface ID, a component's signature ID) that are grouped
6 * together for creating a Markov reporting.
7 * 
8 * @author Daniel Patejdl
9 * 
10 */
11public enum ImpactAnalysisFailureType {
12        /**
13         * Group together components' internal actions.
14         */
15        COMPONENTS_INTERNAL_ACTIONS,
16 
17        /**
18         * Group together components' service operations (signatures).
19         */
20        COMPONENTS_SERVICE_OPERATIONS,
21 
22        /**
23         * Group together components' services (interfaces).
24         */
25        COMPONENTS_SERVICES,
26 
27        /**
28         * Group together external services' operations (signatures).
29         */
30        EXTERNAL_SERVICE_OPERATIONS,
31 
32        /**
33         * Group together external services (roles and interfaces).
34         */
35        EXTERNAL_SERVICES
36};

[all classes][de.uka.ipd.sdq.reliability.solver.reporting]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov