dotty.tools.dotc.coverage
package dotty.tools.dotc.coverage
Members list
Type members
Classlikes
class Coverage
Holds a list of statements to include in the coverage reports.
Holds a list of statements to include in the coverage reports.
Attributes
- Supertypes
Information about the location of a coverable piece of code.
Information about the location of a coverable piece of code.
Value parameters
- className
-
name of the closest enclosing class
- classType
-
"type" of the closest enclosing class: Class, Trait or Object
- fullClassName
-
fully qualified name of the closest enclosing class
- method
-
name of the closest enclosing method
- packageName
-
name of the enclosing package
- sourcePath
-
absolute path of the source file
Attributes
- Companion
- object
- Supertypes
object Location
object Serializer
Serializes scoverage data.
A statement that can be invoked, and thus counted as "covered" by code coverage tools.
A statement that can be invoked, and thus counted as "covered" by code coverage tools.
Attributes
- Supertypes
In this article