Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ApexCodeCoverageAggregate
Supported SOAP API Calls
describeSObjects(), query(), retrieve()
Supported REST API HTTP Methods
Query, GET, DELETE
Special Access Rules
In API version 49.0 and later, users must have the View Setup and Configuration permission to access this object.
Fields
| Field | Details |
|---|---|
| ApexClassorTriggerId |
|
| NumLinesCovered |
|
| NumLinesUncovered |
|
| Coverage |
|
Usage
To query for aggregate code coverage, specify an Apex test class. The returned JSON or XML object will contain two lists of integers: one for covered and one for uncovered lines. For examples, see ApexCodeCoverage.