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

COVERAGE SUMMARY FOR SOURCE FILE [DemandTimeHtmlReportView.java]

nameclass, %method, %block, %line, %
DemandTimeHtmlReportView.java0%   (0/1)0%   (0/2)0%   (0/11)0%   (0/3)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class DemandTimeHtmlReportView0%   (0/1)0%   (0/2)0%   (0/11)0%   (0/3)
DemandTimeHtmlReportView (): void 0%   (0/1)0%   (0/8)0%   (0/2)
getReport (): RReport 0%   (0/1)0%   (0/3)0%   (0/1)

1package de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.views;
2 
3import de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reports.DemandTimeReport;
4import de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reports.RReport;
5 
6/**View for DemandTimeReport in HTML format.
7 * @author groenda
8 */
9public class DemandTimeHtmlReportView extends AbstractHtmlRReportView {
10        /** Identifier to allow the use of the demand time report. */
11        public static final String RREPORTVIEW_ID = 
12                "de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.views.DemandTimeHtmlView";
13 
14        /** The report associated with this view. */
15        private RReport report = new DemandTimeReport();
16        
17        /** {@inheritDoc}
18         */
19        @Override
20        public RReport getReport() {
21                return report;
22        }
23}

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