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

COVERAGE SUMMARY FOR SOURCE FILE [NPrintSymbolHandler.java]

nameclass, %method, %block, %line, %
NPrintSymbolHandler.java0%   (0/1)0%   (0/2)0%   (0/8)0%   (0/3)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class NPrintSymbolHandler0%   (0/1)0%   (0/2)0%   (0/8)0%   (0/3)
NPrintSymbolHandler (): void 0%   (0/1)0%   (0/3)0%   (0/1)
handle (Symbol): void 0%   (0/1)0%   (0/5)0%   (0/2)

1/**
2 * 
3 */
4package de.uka.ipd.sdq.spa.basicsolver.visitor.printhandler;
5 
6import de.uka.ipd.sdq.spa.basicsolver.visitor.SymbolHandler;
7import de.uka.ipd.sdq.spa.expression.Symbol;
8 
9 
10/**
11 * @author Ihssane
12 *
13 */
14public class NPrintSymbolHandler implements SymbolHandler{
15 
16        public void handle(Symbol symbol) {
17//                terminal.setResult(terminal.getSymbol());
18                System.out.print(symbol.getName());
19        }
20 
21}

[all classes][de.uka.ipd.sdq.spa.basicsolver.visitor.printhandler]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov