Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public struct CoveredMethodStats

Fields

Value

Description

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