Class Branch

java.lang.Object
org.eluder.coveralls.maven.plugin.domain.Branch

public class Branch extends Object
The Class Branch.
  • Constructor Details

    • Branch

      public Branch(int lineNumber, int blockNumber, int branchNumber, int hits)
      Instantiates a new branch.
      Parameters:
      lineNumber - the line number
      blockNumber - the block number
      branchNumber - the branch number
      hits - 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