The following tables list the members exposed by IProjectCoverage.
Public Properties
| Name | Description |
| CoverageDir | Gets or sets a directory path that contains some coverage files to import. A null value means that this facility is not used. |
| CoverageDirFilter | Gets or sets a wildcard filter string that is used to locate coverage files when the CoverageDir is set. |
| CoverageExclusionFile |
Gets or sets a file path that contains some data to exclude some projects or some code elements from code coverage statistics.
|
| CoverageFiles |
Gets a read-only list of coverages files paths.
|
| UncoverableAttribute | Gets or sets the full name string of the uncoverable attribute. |
Top
Public Methods
See Also