【发布时间】:2012-04-25 15:34:14
【问题描述】:
dotCover 的“编辑覆盖率过滤器”对话框中的“功能掩码”字段应该包含什么内容?我试过 "Foo" 和 "Foo*" 都没有效果。
示例:
public class Foo
{
public Foo(int x, int y)
{
// how can I exclude this code from the code coverage calculation?
}
...
}
【问题讨论】:
标签: dotcover