First, we distinguish between lines (physical line breaks) and lines of code. Not every line is a line of code, and we don’t include blank lines and comment-only lines in your LoC count.
We don’t output LOC as part of the analysis logs. But you can find it in the UI. You’ll find the Lines of Code count used for billing purposes on the Measures tab. You should be aware, though, that you’ll need to check each branch’s value to find the largest branch to understand what you’re being billed for.
Thanks. And just to be certain, that single analyzed branch your screenshot shows has >0 LoC? Because I don’t think PRs are counted toward license consumption.
Thank you for your comments. They are very useful for understand sonarcloud product.
At the moment we are using sonarcloud in a single branch that has a PRs associated.
Every time we push a commit in that branch the pipeline with sonar scan is executed.