|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.cobertura.targets.CoveragePaint
public class CoveragePaint
TODO javadoc.
| Constructor Summary | |
|---|---|
CoveragePaint(CoverageElement source)
|
|
| Method Summary | |
|---|---|
void |
add(CoveragePaint child)
|
int |
getBranchCoverage(int line)
|
int |
getBranchTotal(int line)
|
Ratio |
getConditionalCoverage()
Getter for property 'conditionalCoverage'. |
int |
getHits(int line)
|
Ratio |
getLineCoverage()
Getter for property 'lineCoverage'. |
java.util.Map<CoverageMetric,Ratio> |
getResults()
Getter for property 'results'. |
boolean |
isPainted(int line)
|
void |
paint(int line,
int hits)
|
void |
paint(int line,
int hits,
int branchCover,
int branchCount)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoveragePaint(CoverageElement source)
| Method Detail |
|---|
public void paint(int line,
int hits)
public void paint(int line,
int hits,
int branchCover,
int branchCount)
public void add(CoveragePaint child)
public Ratio getLineCoverage()
public Ratio getConditionalCoverage()
public java.util.Map<CoverageMetric,Ratio> getResults()
public boolean isPainted(int line)
public int getHits(int line)
public int getBranchTotal(int line)
public int getBranchCoverage(int line)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||