This dialog box helps specifying a new coverage filter or modifying an existing coverage filter. It opens when you click the corresponding buttons in the Coverage Filters dialog.

| Control | Description |
|---|---|
| Filter rule | |
| Analyze code in | Choose this option to include the specified code item into code coverage analysis and exclude all other code items. |
| Do not analyze code in | Choose this option to exclude the specified code item from code coverage analysis. |
| ... assembly | Name of an assembly or project to be included/excluded. |
| ... class | Name of a class to be included/excluded. |
| ... method | Name of a method to be included/excluded. |
| Do not analyze code | Choose this option to exclude code items with the specified attribute from code coverage analysis |
| ... marked with attribute | Name of a class to be included/excluded. |
| ... declared in assembly | Name of a method to be included/excluded. |
| Apply filter to | |
| All solutions | Choose this option to apply the filter to globally on your computer. |
| Current solution | Choose this option to apply the filter only to the current solution. |
