Statement

case class Statement(source: String, location: Location, id: Int, start: Int, end: Int, line: Int, desc: String, symbolName: String, treeName: String, branch: Boolean, ignored: Boolean)

A statement that can be invoked, and thus counted as "covered" by code coverage tools.

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product