Searched refs:ViewOpts (Results 1 – 1 of 1) sorted by relevance
141 CoverageViewOptions ViewOpts; member in __anone83340200111::CodeCoverageTool323 if (!ViewOpts.ShowBranchCounts && !ViewOpts.ShowBranchPercents) in attachBranchSubViews()447 if (ViewOpts.Debug) { in load()771 ViewOpts.Format = Format; in run()772 switch (ViewOpts.Format) { in run()781 ViewOpts.Colors = true; in run()1021 if (ViewOpts.HighCovWatermark > 100 || ViewOpts.LowCovWatermark < 0 || in doShow()1022 ViewOpts.HighCovWatermark <= ViewOpts.LowCovWatermark) { in doShow()1037 ViewOpts.ShowBranchCounts = in doShow()1043 ViewOpts.TabSize = TabSize; in doShow()[all …]