...
This and all the following analysis types are performed with a built-in or user-defined test configuration; see Configuring Test Configurations.
...
Info | ||||
---|---|---|---|---|
| ||||
You can run Microsoft Code Analysis rules with dotTEST - using the standard dotTEST static analysis workflow and reporting capabilities. This requires Visual Studio 2013, 2015, 2017, or Build Tools for Visual Studio 2017 to be installed on your machine. |
Code Duplication Analysis
...
dotTEST
can dotTESTcan check for duplicate code to help you improve application design and decrease maintenance costs. During code duplication analysis, the code is parsed into smaller language elements (tokens). The tokens are analyzed according to a set of rules that specify what should be considered duplicate code. There are two types of rules for analyzing tokens:
...
Code Block |
---|
builtin://Find Duplicated Code |
Metrics Analysis
...
dotTEST
can dotTESTcan compute several code metrics, such as code complexity, coupling between objects, or lack of cohesion, which can help you understand potential weak points in the code. Run the Metrics test configuration during analysis to execute metrics analysis rules:
...