Measures Software metrics provide you with the ability to identify potentially problematic areas of code. Using measures related to size, complexity and documentation you can quickly review code at a high-level and identify potential quality and maintainability issues. Once identified code can be refactored to make improvements. Some of the software metrics provided by devMetrics are: • Projects – Total count. • Files – Number of files in each project and total. • Classes – Total classes in each project and overall. • Lines of code (LOC) - total lines in project and overall. • Comment lines – Comments for each project, overall and for each member. • Comment density – For each project, member and overall as well as average and maximum for projects. • Statements - total statements in a project, overall and for each member. Provides average and maximum for projects as well. • Member functions – Total count for project and overall, average and maximum for projects. • Cyclomatic code complexity – Average and maximum for project and detailed measures for each member. • Statements per member – Average and maximum values for projects and overall. • Members per class – Average and maximum values for projects and overall Features devMetrics can run stand-alone as a command line program or integrate into your development environment to be used while developing. • Microsoft® Visual Studio® .NET Add-in provides fast access during development. • Stand alone command line utility provides ability to run in batch or build processes on a scheduled basis. • HTML format reports make data easy to read, print and share with others. • Analyzes solutions, project, or directory structures to whatever depth you have. • Quick and easy install/uninstall program. • Allows you to quickly audit software identify problem areas in code. • Integrated help documentation