static analysis - Visual C++ (2012 - 2015) Code Metrics -
are there tools out there producing code metrics (such cyclomatic complexity, lines of code, comment code ratio, etc) visual c++ 2012/2013 or 2015?
we need able run command-line tool generate these metrics (and output them kind of file) can automatically run analysis per of our continuous integration process. note don't need complete static analysis tool, we're using (and happy with) static code analysis tool built visual c++ (however doesn't include complexity checking).
most of "visual studio code metrics" tools out there seem support managed code (c# etc) , not c++.
i've seen similar questions on here few years ago, hoping there may more date options. i've not found through google.
thanks in advance. ben
you can try cppdepend, pretty complete c++ static analysis tool, allow calculate cyclomatic complexity , many other metrics, it's integrated visual studio 2012/2013 , can analyze source code command line
Comments
Post a Comment