eu.lindenbaum.maven.erlang
Class CoverageReportResult.Report.Clause

java.lang.Object
  extended by eu.lindenbaum.maven.erlang.CoverageReportResult.Report.Clause
Enclosing class:
CoverageReportResult.Report

public static final class CoverageReportResult.Report.Clause
extends Object


Constructor Summary
CoverageReportResult.Report.Clause(String module, String function, int arity, int index, int covered, int notCovered)
           
 
Method Summary
 String getFunctionName()
           
 String getModuleName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageReportResult.Report.Clause

public CoverageReportResult.Report.Clause(String module,
                                          String function,
                                          int arity,
                                          int index,
                                          int covered,
                                          int notCovered)
Parameters:
module - name
function - name
arity - of the function
index - the clause in within the function
covered - lines in this clause
notCovered - lines in this clause
Since:
2.1.0
Method Detail

getFunctionName

public String getFunctionName()

getModuleName

public String getModuleName()


Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.