Corresponds to the set of options available for coverage thresholds; zero values are ignored
public sealed class Thresholds : IEquatable<Thresholds>, IStructuralEquatable
| name | description |
|---|---|
| Thresholds(…) | |
| static Create() | Returns an all-zero value |
| AltMaxCrap { get; } | Maximum acceptable CRAP score including methods with no source |
| AltMethods { get; } | Minimum method coverage %age including methods with no source |
| Branches { get; } | Minimum branch coverage %age |
| MaxCrap { get; } | Maximum acceptable CRAP score |
| Methods { get; } | Minimum method coverage %age |
| Statements { get; } | Minimum statement (sequence point) coverage %age |