在 Visual Studio 的代码覆盖率窗口中,它告诉我我的一个函数被覆盖了 89.09%。
如何找到未涵盖的功能部分?
注意:我选择了代码覆盖颜色(尽管我不知道它的作用)。
使用标准的 MS 测试框架,这是针对 C# 解决方案的。
更新: 此页面似乎说明了此选项所在的位置,但第 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.
) 是不可能的,因为缺少这些选项。