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

COVERAGE SUMMARY FOR SOURCE FILE [JFreeChartHistogramReport.java]

nameclass, %method, %block, %line, %
JFreeChartHistogramReport.java0%   (0/1)0%   (0/3)0%   (0/12)0%   (0/3)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class JFreeChartHistogramReport0%   (0/1)0%   (0/3)0%   (0/12)0%   (0/3)
<static initializer> 0%   (0/1)0%   (0/3)0%   (0/2)
JFreeChartHistogramReport (): void 0%   (0/1)0%   (0/3)0%   (0/1)
createViewer (Composite, int): AbstractJFreeChartWidthViewer 0%   (0/1)0%   (0/6)0%   (0/1)

1package de.uka.ipd.sdq.sensorframework.visualisation.jfreechartvisualisation.editor;
2 
3 
4import org.eclipse.swt.widgets.Composite;
5import org.eclipse.ui.views.properties.tabbed.ITabbedPropertySheetPageContributor;
6 
7import de.uka.ipd.sdq.codegen.simudatavisualisation.datatypes.Histogram;
8import de.uka.ipd.sdq.sensorframework.visualisation.IVisualisation;
9import de.uka.ipd.sdq.sensorframework.visualisation.jfreechartvisualisation.AbstractJFreeChartWidthViewer;
10import de.uka.ipd.sdq.sensorframework.visualisation.jfreechartvisualisation.JFreeChartHistogramViewer;
11 
12public class JFreeChartHistogramReport extends AbstractJFreeChartWidthReport implements
13                ITabbedPropertySheetPageContributor,
14                IVisualisation<Histogram> {
15 
16        public static String EDITOR_ID = "de.uka.ipd.sdq.simucomframework.visualisation.JFreeChartHistogramReport";
17 
18        @Override
19        protected AbstractJFreeChartWidthViewer createViewer(Composite parent,
20                        int flags) {
21                return new JFreeChartHistogramViewer(parent, flags);
22        }
23}

[all classes][de.uka.ipd.sdq.sensorframework.visualisation.jfreechartvisualisation.editor]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov