Name | Description | |
---|---|---|
![]() | BodyCount | The line count of code in the method body |
![]() | CyclomaticComplexity | The cyclomatic complexity of the method |
![]() | LineNumber | The line number that the method starts in the original content |
![]() | MethodBody | The code portion of the method without comments and blank lines |
![]() | MethodName | The name of the method |
![]() | NestCount | The maximum number of nesting for the body of the method |
![]() | Signature | The scope, method name, and parameters of the method |