class ScoverageXmlWriter extends BaseReportWriter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScoverageXmlWriter
- BaseReportWriter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
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
- Definition Classes
- BaseReportWriter
- def write(coverage: Coverage): Unit