Welcome to MSDN Blogs Sign in | Join | Help

Peter Huene's Blog

Got Code Coverage?

Browse by Tags

All Tags » code coverage   (RSS)
Code Coverage in Visual Studio 2010
It’s been far, far too long since I’ve updated my blog, but I wanted to quickly cover what’s new in Visual Studio 2010 for code coverage (Premium and higher SKUs). Almost all of the changes are under the covers, but some are noteworthy: Support for x86-64 Read More...
Code Coverage Collection
By the end of my last post about code coverage instrumentation , we have instrumented our executable image and it's now ready for code coverage collection. Code coverage collection is the process of collecting the runtime data of what functions were covered Read More...
Code Coverage Instrumentation
For my first on-topic blog post, I would like to give an overview of how code coverage instrumentation works in Visual Studio (it seems like a good a place to start as any). For basic information about what code coverage is, check out wikipedia's Code Read More...
Page view tracker