我的类库有多少行代码

发布于 2024-09-05 03:21:49 字数 179 浏览 3 评论 0原文

出于指标原因,我需要知道我的类库有多少行代码。我这样做是为了代码覆盖率......

所以如果类库 1 有 50 行代码和 100% 覆盖率 如果类库 2 有 500 行代码和 0% 覆盖率,

我的总覆盖率是 90%

知道如何做到这一点吗?有没有实用程序或方法可以使用 Visual Studio?

for metrics reasons I need to know how many lines of code my class library has. I'm doing this for code coverage....

So if Class library 1 has 50 lines of code and 100% coverage
And if Class library 2 has 500 lines of code and 0% coverage

My total coverage is 90%

Any idea how to do this? Is there a utility or a way to use Visual Studio?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

沩ん囻菔务 2024-09-12 03:21:49

你有哪个VS版本和版本?它内置于 2008 Team Developer 和 2010 Premium 和 Ultimate 中的分析 -> 计算代码指标下。

Which VS version and edition do you have? It's built into 2008 Team Developer and 2010 Premium and Ultimate under Analyze->Calculate Code Metrics.

不寐倦长更 2024-09-12 03:21:49

使用 Testdriven.net 插件运行 nCover。它将向您显示覆盖率%

http://www.testdriven.net/

Run nCover using the Testdriven.net plugin. It will show you the coveragde %

http://www.testdriven.net/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文