Version: 2020.1
LanguageEnglish
  • C#

Coverage

class 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 the interface for the code coverage data exposed by mono.

Use one of the following methods to enable coverage:
1) Use the Command line argument -enableCodeCoverage.
2) Enable Code Coverage in General Preferences. Note that this does not take effect until you restart Unity.

Static Properties

enabledThis is a read only property that returns whether coverage is enabled.

Static Methods

GetSequencePointsForReturns the coverage sequence points for the method you specify. See CoveredSequencePoint for more information about the coverage data this method returns.
GetStatsForReturns the coverage summary for the specified method. See CoveredMethodStats for more information about the coverage statistics returned by this method.
GetStatsForAllCoveredMethodsReturns the coverage summary for all methods that have been called since either the Unity process was started or Coverage.ResetAll() has been called.
ResetAllResets all coverage data.
ResetForResets the coverage data for the specified method.

Did you find this page useful? Please give it a rating: