Sort order for displaying the coverage results in the tree.
| Member Name | Description |
|---|---|
| Name | Sort by name (default). (0) |
| ClassLine | Sort by name( down to class level) then by line within the class. (1) |
| CoveragePercentageAscending | Sort by coverage percentage ascending. (2) |
| CoveragePercentageDescending | Sort by coverage percentage descending. (3) |
| UnvisitedSequencePointsAscending | Sort by unvisited lines ascending. (4) |
| UnvisitedSequencePointsDescending | Sort by unvisited lines descending. (5) |
| VisitCountAscending | Sort by visit count ascending. (6) |
| VisitCountDescending | Sort by visit count descending. (7) |
| FunctionCoverageAscending | Sort by function coverage ascending. (8) |
| FunctionCoverageDescending | Sort by function coverage descending. (9) |
Namespace: NCoverExplorer.Common
Assembly: NCoverExplorer.MSBuildTasks (in NCoverExplorer.MSBuildTasks.dll)
NCoverExplorer.Common Namespace