# CoveredMethodStats

> Describes the summary of the code coverage for the specified method used by Coverage. For an example of typical usage, see Coverage.GetStatsFor.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.TestTools](/engine/6000.6/script-reference/unityengine/testtools.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public struct CoveredMethodStats
```

## Fields

| Value                                                                                                                          | Description                                                  |
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------ |
| [method](/engine/6000.6/script-reference/unityengine/testtools/coveredmethodstats/method.md)                                   | The covered method.                                          |
| [totalSequencePoints](/engine/6000.6/script-reference/unityengine/testtools/coveredmethodstats/totalsequencepoints.md)         | The total number of sequence points in the method.           |
| [uncoveredSequencePoints](/engine/6000.6/script-reference/unityengine/testtools/coveredmethodstats/uncoveredsequencepoints.md) | The total number of uncovered sequence points in the method. |
