Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CoveredSequencePoint

Describes a covered sequence point used by Coverage. For an example of typical usage, see Coverage.GetSequencePointsFor.
Read time 1 minuteLast updated 6 days ago

Definition

public struct CoveredSequencePoint

Fields

Value

Description

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.