| | 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 |
|
|
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
A product that you might want to look into is nClover at http://www.ncover.org/. 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.
Recent Queries:-
Keywords : Statistics Generator
|
|
![]() Statistics Generator |