Filtering
This page allows you to configure coverage filters. Use them to narrow the coverage scope.
Analyze code only in | An assembly, a class, and/or a method to be included in the coverage analysis. All other code items will be excluded. Code items are filtered independently on one another. |
Do not analyze code in | Fully qualified name of an assembly, a class, and/or a method to be excluded from the coverage analysis. Code items are filtered independently on one another. |
Do not analyze code marked with attributes | Fully qualified attribute class name that will be used to exclude symbols from the coverage analysis. For example, |
Exclude file masks | Files to be excluded from the coverage tree. You can use Ant-style wildcards in file masks:
For example a pattern
But not:
|
Exclude auto-properties from coverage results | Exclude auto-implemented properties from the coverage tree. |