scoverage.domain.Statement
case class Statement(location: Location, id: Int, start: Int, end: Int, line: Int, desc: String, symbolName: String, treeName: String, branch: Boolean, var count: Int, ignored: Boolean, tests: Set[String]) extends Serializable
Attributes
-
Graph
-
-
Supertypes
-
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
Members list
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product