object ScoverageOptions extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScoverageOptions
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def default(): ScoverageOptions

    Default that is _only_ used for initializing purposes.

    Default that is _only_ used for initializing purposes. dataDir and sourceRoot are both just empty strings here, but we nevery actually allow for this to be the case when the plugin runs, and this is checked before it does.

  2. def parse(scalacOptions: List[String], errFn: (String) => Unit, base: ScoverageOptions): ScoverageOptions
  3. def processPhaseOptions(opts: List[String]): (Option[String], Option[String])