Remco;3216 wrote:For an Xunit theory, this is quite possible. Also have a read of the difference between Logical and Physical code coverage, as depending upon the nature of your code, this may also have an impact on your code coverage.
Well I worked around it. I had to break out some of the tests from Theory to Fact to get coverage showing 100%.
Would rather not have to do that but I was able to do it and add some additional coverage, so it worked out well.