NDepend.API Documentation
ICodeContainer Interface Properties

NDepend.CodeModel Namespace : ICodeContainer Interface

For a list of all members of this type, see ICodeContainer members.

Public Properties
 NameDescription
 Property Gets a boolean value that indicates if coverage data is available for this code element.  
 PropertyGets a value indicating whether this assembly, namespace, type or method is explicitly excluded from coverage.  
 PropertyGets a value indicating whether this assembly, namespace, type or method don’t have associated coverage data.  
 Property Gets a numeric nullable value counting the number of IL instructions for this code element.  
 PropertyGets a numeric nullable value counting the number of logical lines of code for this code element.  
 PropertyGets a numeric nullable value in the range [0,this.NbLinesOfCode] counting the number of lines of code of this code element, covered by tests.  
 PropertyGets a numeric nullable value in the range [0,this.NbLinesOfCode] counting the number of lines of code of this code element, not covered by tests.  
 Property Gets a numeric nullable value counting the number of lines of comments contained in the body of this code element.  
 Property Gets a numeric float nullable value in the range [0,100] assessing the percentage of comments for this code element.  
 Property Gets a numeric float nullable value in the range [0f,100f] assessing the coverage percentage for this code element.  
Top
See Also

Reference

ICodeContainer Interface
NDepend.CodeModel Namespace