Doubts in SonarQube Developer edition (100k LOC)

In the SonarQube Developer Edition plan (under 100k LOC), suppose my project contains 99K lines of code. I perform an analysis, which consumes the available 99k LOC limit.

Now, if I run the analysis again on the same project (with no increase in LOC), will it still be allowed under the current plan? Or will it be blocked since the LOC limit has already been reached?

Thanks in advance for your clarification.

According to the docs another analysis of the same project with the same number of lines will work:

To calculate the LOC of a project, SonarQube Server counts the lines of code found on the most recent analysis of the largest branch or pull request of the project

Please have a look to the LOC definition: