how many lines of code does my class library have

Posted by zachary on Stack Overflow See other posts from Stack Overflow or by zachary
Published on 2010-06-09T14:56:36Z Indexed on 2010/06/09 15:02 UTC
Read the original article Hit count: 145

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about Silverlight