Windows application for C code metrics capture and browsing. Displays module and function summary metrics and kiviat charts. Include LOC, eLOC, cLOC, Vg (Cyclomatic Complexity).
Windows application to capture C code metrics including LOC, eLOC, cyclomatic complexity. Displays tables of modules (files) and functions.
Separate kiviat charts for both module and function metrics. Easy to use.
Version 1.2.0 of DevCodeMetricsWeb has been released. It is an ASP.Net application to view metrics captured by DevCodeMetricsConsole. Enables team to browse project metrics using standard web browsers. Intended for use as part of team nightly builds. Metrics include LOC, eLOC, cLOC, and cyclomatic complexity. Metrics that are out of limits are colour highlighted and Kiviat charts give easy visualisation.... read more
The DevCodeMetrics ASP application DevCodeMetricsWeb now provides filtering and quick drill down from modules (files) page to function metrics page to view LOC, eLOC, cLOC, and cyclomatic complexity for selected modules. Both module and function metrics can be filtered to show only items with out of limits metric items. This allows quick identification of project "bad smells".
Use with DevCodeMetricsConsole version 1.0.0. See project DevCodeMetrics package.... read more
Includes:
- DevCodeMetricsConsole
- DevCodeMetricsWeb
Capture with DevCodeMetricsConsole supports capture to XML.
DevCodeMetricsWeb has modules and functions pages, both with Kiviat charts. Can sort by LOC, eLOC, Cyclomatic complexity, etc.
The DevCodeMetrics home page now has a link to a directory of SourceForge code metrics tools. Go to URL: http://devcodemetrics.sourceforge.net/index.htm and click on "Other Metrics Tools".
If anybody finds more, please let me know.
- Rob
DevCodeMetricsWeb released enabling developers to use web browsers to view team code metrics. Includes cyclomatic complextiy, LOC, eLOC, cLOC with colour highlighting and kiviat charts.
The release includes the DevCodeMetricsWeb ASP.Net application and the DevCodeMetricsConsole application that captures the metrics to XML. Ideal for team use with nightly builds.
This is the first release, much more to come.... read more