Package

scoverage

Permalink

package scoverage

Visibility
  1. Public
  2. All

Type Members

  1. trait ClassBuilders extends AnyRef

    Permalink
  2. trait ClassCoverage extends AnyRef

    Permalink
  3. case class ClassRef(name: String) extends Product with Serializable

    Permalink
  4. sealed trait ClassType extends AnyRef

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

    Permalink

  6. trait CoverageFilter extends AnyRef

    Permalink

    Methods related to filtering the instrumentation and coverage.

  7. trait CoverageMetrics extends AnyRef

    Permalink
  8. trait FileBuilders extends AnyRef

    Permalink
  9. case class Location(packageName: String, className: String, fullClassName: String, classType: ClassType, method: String, sourcePath: String) extends Serializable with Product with Serializable

    Permalink

    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

    Permalink
  11. case class MeasuredFile(source: String, statements: Iterable[Statement]) extends CoverageMetrics with ClassCoverage with ClassBuilders with Product with Serializable

    Permalink
  12. case class MeasuredMethod(name: String, statements: Iterable[Statement]) extends CoverageMetrics with Product with Serializable

    Permalink
  13. case class MeasuredPackage(name: String, statements: Iterable[Statement]) extends CoverageMetrics with ClassCoverage with ClassBuilders with FileBuilders with Product with Serializable

    Permalink
  14. trait MethodBuilders extends AnyRef

    Permalink
  15. trait PackageBuilders extends AnyRef

    Permalink
  16. class RegexCoverageFilter extends CoverageFilter

    Permalink
  17. class ScoverageInstrumentationComponent extends PluginComponent with TypingTransformers with Transform

    Permalink
  18. class ScoverageOptions extends AnyRef

    Permalink
  19. class ScoveragePlugin extends Plugin

    Permalink

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

    Permalink

Value Members

  1. object AllCoverageFilter extends CoverageFilter

    Permalink
  2. object ClassRef extends Serializable

    Permalink
  3. object ClassType

    Permalink
  4. object Constants

    Permalink
  5. object DoubleFormat

    Permalink
  6. object IOUtils

    Permalink

  7. object Location extends Serializable

    Permalink
  8. object Serializer

    Permalink
  9. package report

    Permalink

Ungrouped