CoveredMethodStats
Describes the summary of the code coverage for the specified method used by Coverage. For an example of typical usage, see Coverage.GetStatsFor.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.TestTools
- Assembly: UnityEngine.CoreModule
public struct CoveredMethodStats
Fields
Value | Description |
|---|---|
| method | The covered method. |
| totalSequencePoints | The total number of sequence points in the method. |
| uncoveredSequencePoints | The total number of uncovered sequence points in the method. |