case class MeasuredMethod(name: String, statements: Iterable[Statement]) extends CoverageMetrics with Product with Serializable
Instance Constructors
- new MeasuredMethod(name: String, statements: Iterable[Statement])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def branchCount: Int
- def branchCoverage: Double
- def branchCoverageFormatted: String
- def branchCoveragePercent: Double
- def branches: Iterable[Statement]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def ignoredStatementCount: Int
- def ignoredStatements: Iterable[Statement]
- def invokedBranches: Iterable[Statement]
- def invokedBranchesCount: Int
- def invokedStatementCount: Int
- def invokedStatements: Iterable[Statement]
- final def isInstanceOf[T0]: Boolean
- val name: String
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- def statementCount: Int
- def statementCoverage: Double
- def statementCoverageFormatted: String
- def statementCoveragePercent: Double
- val statements: Iterable[Statement]
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Value Members
- def branchCount: Int
- def branchCoverage: Double
- def branchCoverageFormatted: String
- def branchCoveragePercent: Double
- def branches: Iterable[Statement]
- def ignoredStatementCount: Int
- def invokedBranches: Iterable[Statement]
- def invokedBranchesCount: Int
- def invokedStatementCount: Int
- def invokedStatements: Iterable[Statement]
- def statementCount: Int
- def statementCoverage: Double
- def statementCoverageFormatted: String
- def statementCoveragePercent: Double
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def branchCount: Int
- def branchCoverage: Double
- def branchCoverageFormatted: String
- def branchCoveragePercent: Double
- def branches: Iterable[Statement]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def ignoredStatementCount: Int
- def ignoredStatements: Iterable[Statement]
- def invokedBranches: Iterable[Statement]
- def invokedBranchesCount: Int
- def invokedStatementCount: Int
- def invokedStatements: Iterable[Statement]
- final def isInstanceOf[T0]: Boolean
- val name: String
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- def statementCount: Int
- def statementCoverage: Double
- def statementCoverageFormatted: String
- def statementCoveragePercent: Double
- val statements: Iterable[Statement]
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit