c

scoverage.domain

Statement

case class Statement(location: Location, id: Int, start: Int, end: Int, line: Int, desc: String, symbolName: String, treeName: String, branch: Boolean, count: Int = 0, ignored: Boolean = false, tests: Set[String] = mutable.Set[String]()) extends Serializable with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Statement
  2. Serializable
  3. Product
  4. Equals
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Statement(location: Location, id: Int, start: Int, end: Int, line: Int, desc: String, symbolName: String, treeName: String, branch: Boolean, count: Int = 0, ignored: Boolean = false, tests: Set[String] = mutable.Set[String]())

Value Members

  1. val branch: Boolean
  2. var count: Int
  3. val desc: String
  4. val end: Int
  5. val id: Int
  6. val ignored: Boolean
  7. def invoked(test: String): Unit
  8. def isInvoked: Boolean
  9. val line: Int
  10. val location: Location
  11. def source: String
  12. val start: Int
  13. val symbolName: String
  14. val tests: Set[String]
  15. val treeName: String