PexAssemblySettingsAttribute.RequiredDynamicCoveragePercentile Property

Definition

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

Applies to