eu.lindenbaum.maven.erlang
Class CoverageReportResult.Report.Clause
java.lang.Object
eu.lindenbaum.maven.erlang.CoverageReportResult.Report.Clause
- Enclosing class:
- CoverageReportResult.Report
public static final class CoverageReportResult.Report.Clause
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoverageReportResult.Report.Clause
public CoverageReportResult.Report.Clause(String module,
String function,
int arity,
int index,
int covered,
int notCovered)
- Parameters:
module
- namefunction
- namearity
- of the functionindex
- the clause in within the functioncovered
- lines in this clausenotCovered
- lines in this clause- Since:
- 2.1.0
getFunctionName
public String getFunctionName()
getModuleName
public String getModuleName()
Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.