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.
 void logOutput(org.apache.maven.plugin.logging.Log log)
          Log the coverage report output (e.g.
 

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


Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.