< Summary - PropertyGridHelpers Code Coverage

Information
Class: Microsoft.VisualStudio.TestPlatform.ObjectModel.EqtTrace
Assembly: microsoft.testplatform.coreutilities.dll
File(s): /_/src/Microsoft.TestPlatform.CoreUtilities/Tracing/EqtTrace.cs
Tag: PropertyGridHelpers Build_2026.1.10.1_#579
Line coverage
14%
Covered lines: 26
Uncovered lines: 159
Coverable lines: 185
Total lines: 827
Line coverage: 14%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Coverage history

Coverage history 0 25 50 75 100 1/10/2026 - 4:46:27 PM Line coverage: 14% (26/185) Total lines: 827 Tag: PropertyGridHelpers Build_2026.1.10.1_#579

Metrics

File(s)

/_/src/Microsoft.TestPlatform.CoreUtilities/Tracing/EqtTrace.cs

File '/_/src/Microsoft.TestPlatform.CoreUtilities/Tracing/EqtTrace.cs' does not exist (any more).

Methods/Properties

EqtTrace()
SetupRemoteEqtTraceListeners(System.AppDomain)
SetupListener(System.Diagnostics.TraceListener)
TraceLevel()
TraceLevel(System.Diagnostics.TraceLevel)
LogFile()
DoNotInitailize()
DoNotInitailize(bool)
IsErrorEnabled()
IsInfoEnabled()
IsVerboseEnabled()
IsWarningEnabled()
InitializeVerboseTrace(string)
InitializeTrace(string, Microsoft.VisualStudio.TestPlatform.ObjectModel.PlatformTraceLevel)
Fail(string)
Fail(string, object[])
Error(string)
ErrorIf(bool, string)
ErrorUnless(bool, string)
ErrorUnlessAlterTrace(bool, Microsoft.VisualStudio.TestPlatform.ObjectModel.PlatformTraceLevel, string)
Error(string, object[])
ErrorUnless(bool, string, object[])
ErrorUnlessAlterTrace(bool, Microsoft.VisualStudio.TestPlatform.ObjectModel.PlatformTraceLevel, string, object[])
ErrorIf(bool, string, object[])
ErrorAssert(string, object[])
Error(System.Exception)
Warning(string)
WarningIf(bool, string)
WarningUnless(bool, string)
WarningUnlessAlterTrace(bool, Microsoft.VisualStudio.TestPlatform.ObjectModel.PlatformTraceLevel, string)
Warning(string, object[])
WarningIf(bool, string, object[])
WarningUnless(bool, string, object[])
WarningUnlessAlterTrace(bool, Microsoft.VisualStudio.TestPlatform.ObjectModel.PlatformTraceLevel, string, object[])
Info(string)
InfoIf(bool, string)
InfoUnless(bool, string)
InfoUnlessAlterTrace(bool, Microsoft.VisualStudio.TestPlatform.ObjectModel.PlatformTraceLevel, string)
Info(string, object[])
InfoIf(bool, string, object[])
InfoUnless(bool, string, object[])
InfoUnlessAlterTrace(bool, Microsoft.VisualStudio.TestPlatform.ObjectModel.PlatformTraceLevel, string, object[])
Verbose(string)
VerboseIf(bool, string)
VerboseUnless(bool, string)
VerboseUnlessAlterTrace(bool, Microsoft.VisualStudio.TestPlatform.ObjectModel.PlatformTraceLevel, string)
Verbose(string, object[])
VerboseIf(bool, string, object[])
VerboseUnless(bool, string, object[])
VerboseUnlessAlterTrace(bool, Microsoft.VisualStudio.TestPlatform.ObjectModel.PlatformTraceLevel, string, object[])
FormatException(System.Exception)
WriteAtLevel(Microsoft.VisualStudio.TestPlatform.ObjectModel.PlatformTraceLevel, string)
WriteAtLevel(Microsoft.VisualStudio.TestPlatform.ObjectModel.PlatformTraceLevel, string, object[])
FailDebugger(string)