Is there rtc report to show how many lines of source code?
2 answers
You would need to integrate some sort of static analysis tool into your builds, and then have the results of this static analysis published back into the build results. With something like this, you would be able to get SLOC metrics associated with builds done on your baselines.
In the past I have seen other customers do this, and know that this is the basic mechanism. I do not know all of the details of HOW they did it. Hopefully this will get you off to a good start.
https://jazz.net/library/video/318 shows how Rational Software Analyzer integrates with RTC.
https://jazz.net/library/article/591 talks about how to do it in Visual Studio.
In the past I have seen other customers do this, and know that this is the basic mechanism. I do not know all of the details of HOW they did it. Hopefully this will get you off to a good start.
https://jazz.net/library/video/318 shows how Rational Software Analyzer integrates with RTC.
https://jazz.net/library/article/591 talks about how to do it in Visual Studio.