Uses of Class
eu.lindenbaum.maven.cover.CoverUnit

Packages that use CoverUnit
eu.lindenbaum.maven.cover   
 

Uses of CoverUnit in eu.lindenbaum.maven.cover
 

Methods in eu.lindenbaum.maven.cover that return CoverUnit
 CoverUnit FunctionCoverData.getTotalCoverData()
          Get the total cover data, computing it if required.
 

Methods in eu.lindenbaum.maven.cover that return types with arguments of type CoverUnit
 Map<Integer,CoverUnit> FunctionCoverData.getClauseCoverData()
          Get the clause cover data.
 Map<Integer,List<CoverUnit>> ModuleCoverData.getLineCoverData()
          Get the coverage data for all lines.
 List<CoverUnit> ModuleCoverData.getLineCoverData(Integer inLine)
          Get the coverage data for a given line.
 

Methods in eu.lindenbaum.maven.cover with parameters of type CoverUnit
 void FunctionCoverData.putClauseData(Integer inClauseIndex, CoverUnit inData)
          Append clause data.
 void ModuleCoverData.putFunctionCoverData(String inFunction, CoverUnit inUnit)
          Fill the module cover data with function data.
 

Method parameters in eu.lindenbaum.maven.cover with type arguments of type CoverUnit
 void ModuleCoverData.putLineCoverData(Integer inLine, List<CoverUnit> inCoverData)
          Fill the module cover data with line data.
 

Constructors in eu.lindenbaum.maven.cover with parameters of type CoverUnit
FunctionCoverData(String functionName, CoverUnit totalCoverData)
          Constructor from a function name and a total cover unit.
 



Copyright © 2010 Lindenbaum GmbH. All Rights Reserved.