Describe the bug
When displaying the coverage or a record, I see the line of the record declaration as not covered
To Reproduce
the coverage is produced with dotnet test in cobertura xml format via a DataCollector in the runsettings
<DataCollector friendlyName="Code Coverage" uri="datacollector://Microsoft/CodeCoverage/2.0" assemblyQualifiedName="Microsoft.VisualStudio.Coverage.DynamicCoverageDataCollector, Microsoft.VisualStudio.TraceCollector, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
Describe the bug
When displaying the coverage or a record, I see the line of the record declaration as not covered
To Reproduce
the coverage is produced with dotnet test in cobertura xml format via a DataCollector in the runsettings