Version: 2019.2
LanguageEnglish
  • C#

CoveredSequencePoint

struct in UnityEngine.TestTools

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

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

Properties

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.