Class TakePreciseCoverageCommandResponse
Response for Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
public sealed class TakePreciseCoverageCommandResponse : ICommandResponse<TakePreciseCoverageCommandSettings>, ICommandResponse
- Inheritance
-
TakePreciseCoverageCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Result
Coverage data for the current isolate.
[JsonPropertyName("result")]
public ScriptCoverage[] Result { get; set; }
Property Value
Timestamp
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }