Name | Description | |
---|---|---|
![]() | AltSingleLineComment | Another prefix that can begin a single line comment |
![]() | BeginMultiLineComment | Characters that begin a multi line comment |
![]() | ContentLineCount | The number of lines of code without comments and blank lines |
![]() | ContentLines | Lines of code without comments and blank lines |
![]() | ContentText | The code without comments and blank lines |
![]() | Directory | The directory portion of the file path |
![]() | EndMultiLineComment | Characters that end a multi line comment |
![]() | Extensions | A list of file extensions this language parser applies to |
![]() | File | The file name portion of the file path |
![]() | FilePath | The path to the source file including the directory |
![]() | Methods | Get information for all methods in the source code file |
![]() | OriginalLineCount | The original line count with comments and blank lines |
![]() | OriginalText | The original text of the source code file |
![]() | SingleLineComment | Characters that begin a single line comment for the language |
![]() | TotalCyclomaticComplexity | Total cyclomatic complexity for all methods in the source code file. This is used internally for calculating averages. |
![]() | TotalMethodLineCount | The total lines of code for all methods in the source file. This is used internally for calculating averages. |
![]() | TotalMethods | Total number of methods in the source code file |
![]() | TotalNesting | The total maximum nesting of all the methods in the source file. This is used internally for calculating averages. |
![]() | TotalParameterCount | The total parameters for all methods in the source file. This is used internally for calculating averages. |