PexCoverageDomain Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Code coverage domain
public enum class PexCoverageDomain
	public enum PexCoverageDomain
	type PexCoverageDomain = 
	Public Enum PexCoverageDomain
		- Inheritance
 - 
				PexCoverageDomain
 
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | No coverage domain  | 
			
| SystemCode | 1 | Totally ignored  | 
			
| UserOrTestCode | 2 | Include in the reports but excluded from statistics  | 
			
| UserCodeUnderTest | 3 | Included in reports and statistics  |