scoverage.domain

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
case class ClassRef(name: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ClassRef

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ClassRef.type
sealed trait ClassType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Class.type
object Object.type
object Trait.type
object ClassType

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ClassType.type
class CodeGrid(mFile: MeasuredFile, sourceEncoding: Option[String])

Attributes

Supertypes
class Object
trait Matchable
class Any
object Constants

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Constants.type

Attributes

Supertypes
trait Product
trait Equals
trait FileBuilders
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DoubleFormat

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait FileBuilders

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case object Invoked extends StatementStatus

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Invoked.type
case class Location(packageName: String, className: String, fullClassName: String, classType: ClassType, method: String, sourcePath: String)

Value parameters

className

the name of the closest enclosing class

fullClassName

the fully qualified name of the closest enclosing class

packageName

the name of the enclosing package

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class MeasuredClass(fullClassName: String, statements: Iterable[Statement]) extends CoverageMetrics, MethodBuilders

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class MeasuredFile(source: String, statements: Iterable[Statement]) extends CoverageMetrics, ClassCoverage, ClassBuilders

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class MeasuredMethod(name: String, statements: Iterable[Statement]) extends CoverageMetrics

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class MeasuredPackage(name: String, statements: Iterable[Statement]) extends CoverageMetrics, ClassCoverage, ClassBuilders, FileBuilders

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait FileBuilders
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Coverage
case object NoData extends StatementStatus

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
NoData.type
case object NotInvoked extends StatementStatus

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
NotInvoked.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Coverage
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

Supertypes
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed trait StatementStatus

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Invoked.type
object NoData.type
object NotInvoked.type