PexAssemblySettingsAttribute.RequiredDynamicCoveragePercentile Property
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.
Gets or sets the required coverage percentile.
public:
property int RequiredDynamicCoveragePercentile { int get(); void set(int value); };
[System.ComponentModel.Category("Coverage")]
[System.ComponentModel.DefaultValue(70)]
[System.ComponentModel.Description("Minimum code coverage percentile to estimate that a piece of code is sufficiently covered")]
public int RequiredDynamicCoveragePercentile { get; set; }
[<System.ComponentModel.Category("Coverage")>]
[<System.ComponentModel.DefaultValue(70)>]
[<System.ComponentModel.Description("Minimum code coverage percentile to estimate that a piece of code is sufficiently covered")>]
member this.RequiredDynamicCoveragePercentile : int with get, set
Public Property RequiredDynamicCoveragePercentile As Integer
Property Value
The required coverage percentile.
- Attributes