Interface ILine

  • All Known Implementing Classes:
    LineImpl

    public interface ILine
    The instruction and branch coverage of a single source line is described by this interface.
    • Method Detail

      • getInstructionCounter

        ICounter getInstructionCounter()
        Returns the instruction counter for this line.
        Returns:
        instruction counter
      • getBranchCounter

        ICounter getBranchCounter()
        Returns the branches counter for this line.
        Returns:
        branches counter