package domain

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ClassBuilders extends AnyRef
  2. trait ClassCoverage extends AnyRef
  3. case class ClassRef(name: String) extends Product with Serializable
  4. sealed trait ClassType extends AnyRef
  5. class CodeGrid extends AnyRef

  6. case class Coverage() extends CoverageMetrics with MethodBuilders with Serializable with ClassBuilders with PackageBuilders with FileBuilders with Product

  7. trait CoverageMetrics extends AnyRef
  8. trait FileBuilders extends AnyRef
  9. case class Location(packageName: String, className: String, fullClassName: String, classType: ClassType, method: String, sourcePath: String) extends Product with Serializable

    packageName

    the name of the enclosing package

    className

    the name of the closest enclosing class

    fullClassName

    the fully qualified name of the closest enclosing class

  10. case class MeasuredClass(fullClassName: String, statements: Iterable[Statement]) extends CoverageMetrics with MethodBuilders with Product with Serializable
  11. case class MeasuredFile(source: String, statements: Iterable[Statement]) extends CoverageMetrics with ClassCoverage with ClassBuilders with Product with Serializable
  12. case class MeasuredMethod(name: String, statements: Iterable[Statement]) extends CoverageMetrics with Product with Serializable
  13. case class MeasuredPackage(name: String, statements: Iterable[Statement]) extends CoverageMetrics with ClassCoverage with ClassBuilders with FileBuilders with Product with Serializable
  14. trait MethodBuilders extends AnyRef
  15. trait PackageBuilders extends AnyRef
  16. 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
  17. sealed trait StatementStatus extends AnyRef

Value Members

  1. object ClassRef extends Serializable
  2. object ClassType
  3. object Constants
  4. object DoubleFormat
  5. case object Invoked extends StatementStatus with Product with Serializable
  6. case object NoData extends StatementStatus with Product with Serializable
  7. case object NotInvoked extends StatementStatus with Product with Serializable

Ungrouped