org.sonar.ide.shared.coverage
Class CoverageData

java.lang.Object
  extended by org.sonar.ide.shared.coverage.CoverageData

public final class CoverageData
extends Object

Since:
0.2

Nested Class Summary
static class CoverageData.CoverageStatus
           
 
Constructor Summary
CoverageData(Map<Integer,String> hitsByLine, Map<Integer,String> branchHitsByLine)
           
 
Method Summary
 String getBranchHitsByLine(int line)
           
 Collection<CoverageLine> getCoverageLines()
          For eclipse.
 CoverageData.CoverageStatus getCoverageStatus(int line)
           
 String getHitsByLine(int line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageData

public CoverageData(Map<Integer,String> hitsByLine,
                    Map<Integer,String> branchHitsByLine)
Method Detail

getHitsByLine

public String getHitsByLine(int line)

getBranchHitsByLine

public String getBranchHitsByLine(int line)

getCoverageStatus

public CoverageData.CoverageStatus getCoverageStatus(int line)

getCoverageLines

public Collection<CoverageLine> getCoverageLines()
For eclipse.



Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.