We have about 86% code coverage on 9K lines of C# code.
But it has been dropping lately and we are looking to increase it.
Some files have 0% on code that I know is called from the tests.
Even constructors that are called directly by the tests in the arrange steps.
How do I debug this?
Sonar, Version 6.7.7 (build 38951)
<executable>C:\Program Files (x86)\Microsoft Visual Studio 12.0\Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe</executable>
<arguments>
<argument>collect</argument>
<argument>/output:cc.coverage</argument>
<argument>C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe</argument>
<argument>SUT.dll</argument>
<argument>/Logger:trx</argument>
</arguments>