c

scoverage.reporter

BaseReportWriter

class BaseReportWriter extends AnyRef

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

Instance Constructors

  1. new BaseReportWriter(sourceDirectories: Seq[File], outputDir: File, sourceEncoding: Option[String])

Value Members

  1. def relativeSource(src: String): String

    Converts absolute path to relative one if any of the source directories is it's parent.

    Converts absolute path to relative one if any of the source directories is it's parent. If there is no parent directory, the path is returned unchanged (absolute).

    src

    absolute file path in canonical form