eu.lindenbaum.maven.erlang
Interface CoverageReportResult


public interface CoverageReportResult

Coverage report results for some project.

Author:
Olle Törnström

Nested Class Summary
static class CoverageReportResult.Report
          Contains the coverage report data, available as a summary report for the complete coverage report and each module and with a map of the modules that were part of the coverage report.
 
Method Summary
 boolean failed()
          Whether coverage generation failed, for some reason, or not.
 CoverageReportResult.Report getReport()
          Returns the coverage report results data, that can be used to generate report output.
 void logOutput(org.apache.maven.plugin.logging.Log log)
          Log the coverage report output (e.g. infos/warnings/errors) using the provided logger.
 

Method Detail

logOutput

void logOutput(org.apache.maven.plugin.logging.Log log)
Log the coverage report output (e.g. infos/warnings/errors) using the provided logger.

Parameters:
log - used to print the output

failed

boolean failed()
Whether coverage generation failed, for some reason, or not.

Returns:
true if coverage generation failed, false otherwise

getReport

CoverageReportResult.Report getReport()
Returns the coverage report results data, that can be used to generate report output.

Returns:
coverage report results data


Copyright © 2011 Lindenbaum GmbH. All Rights Reserved.