Class Branch
java.lang.Object
org.eluder.coveralls.maven.plugin.domain.Branch
The Class Branch.
-
Constructor Summary
ConstructorsConstructorDescriptionBranch(int lineNumber, int blockNumber, int branchNumber, int hits) Instantiates a new branch. -
Method Summary
Modifier and TypeMethodDescriptionintGets the block number.intGets the branch number.intgetHits()Gets the hits.intGets the line number.
-
Constructor Details
-
Branch
public Branch(int lineNumber, int blockNumber, int branchNumber, int hits) Instantiates a new branch.- Parameters:
lineNumber- the line numberblockNumber- the block numberbranchNumber- the branch numberhits- the hits
-
-
Method Details
-
getLineNumber
public int getLineNumber()Gets the line number.- Returns:
- the line number
-
getBlockNumber
public int getBlockNumber()Gets the block number.- Returns:
- the block number
-
getBranchNumber
public int getBranchNumber()Gets the branch number.- Returns:
- the branch number
-
getHits
public int getHits()Gets the hits.- Returns:
- the hits
-