VSTest branch coverage missing on fixed statement

12 views Asked by At

I'm running VSTest with code coverage enabled, output cobertura, and visualize it in Azure DevOps. It suggests I'm missing branch coverage on a fixed statement. What branches are there even to consider for a fixed statement?

Tooltip says "Partially covered (1 visits, 2 of 4 branches covered)".

enter image description here

0

There are 0 answers