CoverageFile class
A class that represents the individual coverage files in the monorepo.
Constructors
- CoverageFile(File file)
- An instance of a coverage file in the monorepo. Requires a File.
Properties
- file → File
-
The coverage file instance
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- packagePath → String
-
The absolute packagePath where this coverage file exists.
no setter
- path → String
-
The path to the coverage file.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
convert(
) → Stream< String> - convert the CoverageFile contents to standardize how paths are represented.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited