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

COVERAGE SUMMARY FOR SOURCE FILE [MySetValueCommand.java]

nameclass, %method, %block, %line, %
MySetValueCommand.java0%   (0/1)0%   (0/2)0%   (0/6)0%   (0/3)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class MySetValueCommand0%   (0/1)0%   (0/2)0%   (0/6)0%   (0/3)
MySetValueCommand (SetRequest): void 0%   (0/1)0%   (0/4)0%   (0/2)
canExecute (): boolean 0%   (0/1)0%   (0/2)0%   (0/1)

1package de.uka.ipd.sdq.pcm.gmf.resource.helper;
2 
3import org.eclipse.gmf.runtime.emf.type.core.commands.SetValueCommand;
4import org.eclipse.gmf.runtime.emf.type.core.requests.SetRequest;
5 
6public class MySetValueCommand extends SetValueCommand {
7 
8        public MySetValueCommand(SetRequest request) {
9                super(request);
10                // TODO Auto-generated constructor stub
11        }
12        
13        @Override
14        public boolean canExecute() {
15                return true;
16        }
17 
18}

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