This version of Unity is unsupported.

CoveredMethodStats

struct in UnityEngine.TestTools

/

Implemented in:UnityEngine.CoreModule

Description

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

Properties

methodThe covered method.
totalSequencePointsThe total number of sequence points in the method.
uncoveredSequencePointsThe total number of uncovered sequence points in the method.