Class LineImpl.Var

java.lang.Object
org.jacoco.core.internal.analysis.LineImpl
org.jacoco.core.internal.analysis.LineImpl.Var
All Implemented Interfaces:
ILine
Enclosing class:
LineImpl

private static final class LineImpl.Var extends LineImpl
Mutable version.
  • Constructor Details

  • Method Details

    • increment

      public LineImpl increment(ICounter instructions, ICounter branches)
      Description copied from class: LineImpl
      Adds the given counters to this line.
      Specified by:
      increment in class LineImpl
      Parameters:
      instructions - instructions to add
      branches - branches to add
      Returns:
      instance with new counter values