Are account lines of code consumed on each scan (i.e. git commit + push) or only once per project (but actively looking for the branch with highest LoC)?
I other words, given:
- a plan with 100K LoC
- a project with 20K LoC
- for some strange reason make global changes affecting all files/lines
does that meant that:
- I can only scan the project 5 times?
- I can scan the project unlimited number of times and add other projects with total LoC of up to 80K?