NCoverExplorer.MSBuildTasks

TreeSortStyle Enumeration

Sort order for displaying the coverage results in the tree.

public enum TreeSortStyle

Members

Member Name Description
NameSort by name (default). (0)
ClassLineSort by name( down to class level) then by line within the class. (1)
CoveragePercentageAscendingSort by coverage percentage ascending. (2)
CoveragePercentageDescendingSort by coverage percentage descending. (3)
UnvisitedSequencePointsAscendingSort by unvisited lines ascending. (4)
UnvisitedSequencePointsDescendingSort by unvisited lines descending. (5)
VisitCountAscendingSort by visit count ascending. (6)
VisitCountDescendingSort by visit count descending. (7)
FunctionCoverageAscendingSort by function coverage ascending. (8)
FunctionCoverageDescendingSort by function coverage descending. (9)

Requirements

Namespace: NCoverExplorer.Common

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

See Also

NCoverExplorer.Common Namespace