Gcov Coverage: Can we do coverage for just a few lines of code in a File.

Clash Royale CLAN TAG#URR8PPP
Gcov Coverage: Can we do coverage for just a few lines of code in a File.
I need to generate a report with coverage for just the new lines of code added with in each sprint. Other than using comments is there a way to do that using the gcov/lcov tool.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
OpenCppCoverage (for windows) has that option.
– Jarod42
Aug 10 at 7:09