NDepend.API Documentation
MoreThan95PercentCoveredAttribute Class
Members 
NDepend.Attributes Namespace : MoreThan95PercentCoveredAttribute Class
This attribute can be used to declare that a code element is more than 95% covered by tests.
Syntax
[AttributeUsage(AttributeTargets.Assembly | 
    AttributeTargets.Class | 
    AttributeTargets.Constructor | 
    AttributeTargets.Method | 
    AttributeTargets.Struct)]
public sealed class MoreThan95PercentCoveredAttribute : System.Attribute 
Remarks
The code metric ICodeContainer.NDepend.CodeModel.ICodeContainer.PercentageCoverage can be used to determine whether a code element is more than 95% covered by test or not.
A code rule is provided by default to continuously make sure that all code elements tagged with this attribute are indeed more than 95% covered by tests.
A code rule is provided by default to continuously make sure that all code elements more than 95% covered by tests are tagged with this attribute.
Inheritance Hierarchy

System.Object
   System.Attribute
      NDepend.Attributes.MoreThan95PercentCoveredAttribute

Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

MoreThan95PercentCoveredAttribute Members
NDepend.Attributes Namespace
PercentageCoverage Property
HasAttribute Method
HasAttribute Method
AttributeClassesThatTagMe Property