ScoverageHtmlWriter
scoverage.reporter.ScoverageHtmlWriter
class ScoverageHtmlWriter(sourceDirectories: Seq[File], outputDir: File, sourceEncoding: Option[String]) extends BaseReportWriter
Attributes
- Graph
-
- Supertypes
Members list
Value members
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
Attributes
- Inherited from:
- BaseReportWriter
In this article