public class TakePreciseCoverage extends Object
| Constructor and Description |
|---|
TakePreciseCoverage() |
| Modifier and Type | Method and Description |
|---|---|
List<ScriptCoverage> |
getResult()
Coverage data for the current isolate.
|
Double |
getTimestamp()
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
|
void |
setResult(List<ScriptCoverage> result)
Coverage data for the current isolate.
|
void |
setTimestamp(Double timestamp)
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
|
public List<ScriptCoverage> getResult()
public void setResult(List<ScriptCoverage> result)
public Double getTimestamp()
public void setTimestamp(Double timestamp)
Copyright © 2021 Kenan Klisura. All rights reserved.