Name | Description | |
---|---|---|
![]() | QualityResult Constructor | Default constructor |
The following tables list the members exposed by QualityResult.
Name | Description | |
---|---|---|
![]() | QualityResult Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() | AnalysisEndDateTime | The date and time with the analysis ended |
![]() | AnalysisStartDateTime | The date and time when the analysis was started |
![]() | AverageCyclomaticComplexityPerMethod | The average cyclomatic complexity per method |
![]() | AverageLinesOfCodePerFile | The average lines of code per file |
![]() | AverageLinesOfCodePerMethod | The average lines of code per method |
![]() | AverageMethodsPerFile | The average methods per file |
![]() | AverageNestingPerMethod | The average nesting per method |
![]() | AverageNumberOfParametersPerMethod | The average number of parameters per method |
![]() | FilesAnalyzed | A list of the files that were analyzed |
![]() | MethodsAnalyzed | The total methods analyzed |
![]() | NumberOfFiles | The number of files analyzed |
![]() | QualityViolations | A list of the quality violations found |
![]() | TimeElapsed | The time elapsed as a string |
![]() | TotalLinesAnalyzedWithCommentsAndBlankLines | The total lines analyzed with comments and blank lines |
![]() | TotalLinesOfCode | The total lines of code without blank lines or comments |