Calculate code metrics -


are there tools available calculate code metrics (for example number of code lines, cyclomatic complexity, coupling, cohesion) project , on time produce graph showing trends?

on latest project used sourcemonitor. it's nice free tool code metrics analysis.
here excerpt sourcemonitor official site:

  • collects metrics in fast, single pass through source files.
  • measures metrics source code written in c++, c, c#, vb.net, java, delphi, visual basic (vb6) or html.
  • includes method , function level metrics c++, c, c#, vb.net, java, , delphi.
  • saves metrics in checkpoints comparison during software development projects.
  • displays , prints metrics in tables , charts.
  • operates within standard windows gui or inside scripts using xml command files.
  • exports metrics xml or csv (comma-separated-value) files further processing other tools.

for .net beside ndepend best tool, can recommend vil.

following tools can perform trend analysis:


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -