You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,8 @@ If you are using option 1) then project and global options will only be used whe
241
241
|ToolsDirectory|Folder to which copy tools subfolder. Must alredy exist. Requires restart of VS.|
242
242
|ThresholdForCyclomaticComplexity| When [cyclomatic complexity](https://en.wikipedia.org/wiki/Cyclomatic_complexity) exceeds this value for a method then the method will be present in the risk hotspots tab. |
243
243
|StickyCoverageTable|Set to true for coverage table to have a sticky thead.|
244
-
|NamespacedClasses|Set to false to show classes in report in short form. Affects grouping.|
244
+
|NamespacedClasses|Set to false to show types in report in short form. Affects grouping.|
245
+
|NamespaceQualification|Control qualification of types in report when NamespacedClasses is true.<br>FullyQualified - always fully qualify.<br>AlwaysUnqualified - always unqualified.<br>UnqualifiedByNamespace - unqualified when grouping by namespace.<br>QualifiedByNamespaceLevel - omits the first grouping level identifier parts. Reduces space whilst maintaining uniqueness.|
245
246
|HideFullyCovered|Set to true to hide classes, namespaces and assemblies that are fully covered.|
246
247
|Hide0Coverage|Set to true to hide classes, namespaces and assemblies that have 0% coverage.|
247
248
|Hide0Coverable|Set to false to show classes, namespaces and assemblies that are not coverable.|
0 commit comments