ScoverageHtmlWriter
class ScoverageHtmlWriter(sourceDirectories: Seq[File], outputDir: File, sourceEncoding: Option[String]) extends BaseReportWriter
Value members
Constructors
Concrete methods
Inherited methods
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).
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).
- Value parameters:
- src
absolute file path in canonical form
- Inherited from:
- BaseReportWriter