For a list of all members of this type, see ICodeContainer members.
Public Properties
| Name | Description |
| CoverageDataAvailable |
Gets a boolean value that indicates if coverage data is available for this code element.
|
| ExcludedFromCoverageStatistics | Gets a value indicating whether this assembly, namespace, type or method is explicitly excluded from coverage. |
| IsExcludedFromCoverage | Gets a value indicating whether this assembly, namespace, type or method don’t have associated coverage data. |
| NbILInstructions |
Gets a numeric nullable value counting the number of IL instructions for this code element.
|
| NbLinesOfCode | Gets a numeric nullable value counting the number of logical lines of code for this code element. |
| NbLinesOfCodeCovered | Gets a numeric nullable value in the range [0,this.NbLinesOfCode] counting the number of lines of code of this code element, covered by tests. |
| NbLinesOfCodeNotCovered | Gets 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. |
| NbLinesOfComment |
Gets a numeric nullable value counting the number of lines of comments contained in the body of this code element.
|
| PercentageComment |
Gets a numeric float nullable value in the range [0,100] assessing the percentage of comments for this code element.
|
| PercentageCoverage |
Gets a numeric float nullable value in the range [0f,100f] assessing the coverage percentage for this code element.
|
Top
See Also