Project_Stats_2 creates statistics for every Visual Studio Project.
You can view your projects statistics like:
- Global variable count (public, private, static)
- Global variable type counts
- Local variable count
- Local variable type counts
- Class count (public, private, static, abstract)
- Method count (public, private, static, parameters)
- Method type counts
- Line count
- Average Line count
- Average Line length
- Total character count
- Book pages written
- Class with the most lines
A dynamic html page is created that shows you
your statistics in the form of graphs and plain
numbers.