CoveredSequencePoint

struct in UnityEngine.TestTools

Switch to Manual

Description

Describes a covered sequence point used by Coverage. For an example of typical usage, see Coverage.GetSequencePointsFor.

Variables

columnThe column number of the line of the file that contains the sequence point.
filenameThe name of the file that contains the sequence point.
hitCountThe number of times the sequence point has been visited.
ilOffsetThe offset in bytes from the start of the method to the first Intermediate Language instruction of this sequence point.
lineThe line number of the file that contains the sequence point.
methodThe method covered by the sequence point.