jimmy89 0 Report post Posted September 24, 2007 Hi,I'm looking for a program that can generate statistics about my vb.net projects, stuff like file sizes, lines of code, variables etc. I have had a had a look in Google, but couldn't find anything that I was after.Thanks,jimmy Share this post Link to post Share on other sites
faulty.lee 0 Report post Posted September 24, 2007 Hmm, the closest i can find is code analysis, code coverage and line counter. All in separate tools package. Maybe you want to consider writing one yourself Share this post Link to post Share on other sites
tansqrx 0 Report post Posted October 16, 2007 A product that you might want to look into is nClover at http://www.ncover.com/. Clover is a code coverage and unit test tool that has many of the features that you are looking for. Quite frankly it is over kill for what you are looking for but it will certain get the job done. It is free and using code coverage analysis may be a good habit to pick up especially for production software. Share this post Link to post Share on other sites