
Code Coverage
文章平均质量分 80
R_Stone
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
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 Cov转载 2010-06-29 17:01:00 · 900 阅读 · 0 评论 -
Programmatic Coverage Analysis in Visual Studio 2010
<br />As hinted upon in my last post, today’s entry will be on how to programmatically perform analysis on a Visual Studio coverage file in Visual Studio 2010.<br /> <br />The first step is to reference the coverage analysis assembly, Microsoft.VisualStud转载 2010-06-29 17:11:00 · 1415 阅读 · 0 评论 -
Code Coverage Collection
<br />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转载 2010-06-29 17:06:00 · 1128 阅读 · 0 评论 -
Code Coverage in Visual Studio 2010
<br />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 x转载 2010-06-29 17:08:00 · 1473 阅读 · 0 评论 -
Programmatic Code Coverage Data Merging in Visual Studio 2010
<br />In my last post, I demonstrated how you could use the coverage analysis assembly to analyze coverage files. Today I will quickly cover how to programmatically merge multiple coverage files together. This replicates the functionality that the code c转载 2010-06-29 17:15:00 · 1295 阅读 · 0 评论