FunctionCoverage class

Provides the coverage data of functions.

Annotations
  • @JsonSerializable(createFactory: false, explicitToJson: true)

Constructors

FunctionCoverage([int found = 0, int hit = 0, Iterable<FunctionData>? data])
Creates a new function coverage.

Properties

data List<FunctionData>
The coverage data.
final
found int
The number of functions found.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hit int
The number of functions hit.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this object to a Map in JSON format.
toString() String
Returns a string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited