gcov primarily is a code coverage tool. However, is there any way we can find LOC (excluding comments...etc) with gcov?

It must be easy for gcov to get that information, but I didn't find any documentation on that.

Also, let me know if you know any other tool which can calculate lines of code in such manner.

有帮助吗?

解决方案

You can also look at SLOCCount, which is available in packages on most Linux distributions.

其他提示

if you want to another tool for just counting line of code(LOC) then please go for cloc. For more info regarding supported os and installation go to http://cloc.sourceforge.net/.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top