在visual studio的代码覆盖窗口中,它告诉我,我的功能覆盖了89.09%。
如何找到未涵盖的功能部分?
注意:我选择了代码覆盖率着色(虽然我不知道它做了什么)。
使用标准的MS测试框架,这适用于C#解决方案。
更新: this页面似乎说明了此选项的位置,但第5步(Under Display items, select the area of code coverage whose display color you want to change. Your choices are Coverage Not Touched Area, Coverage Partially Touched Area, and Coverage Touched Area.
)是不可能的,因为缺少这些选项。< / p>
答案 0 :(得分:1)
如果你还处于测试阶段,可能值得转移到RC