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.