NCoverExplorer.MSBuildTasks

TreeFilterStyle Enumeration

Filter styles that can be applied to the results. Filtered nodes are not excluded from the coverage statistics.

public enum TreeFilterStyle

Members

Member Name Description
NoneNo filter applied. (0)
HideUnvisitedHide unvisited nodes. (1)
HideFullyCoveredHide 100% fully covered nodes. (2)
HideThresholdCoveredHide nodes exceeding coverage threshold. (3)

Requirements

Namespace: NCoverExplorer.Common

Assembly: NCoverExplorer.MSBuildTasks (in NCoverExplorer.MSBuildTasks.dll)

See Also

NCoverExplorer.Common Namespace