Well, it's true, >>11. SLOC isn't everything. Poor coding style (e.g. using extremely long lines or multiple side effects on a line) can reduce SLOC quite a bit, but can also increase the count (copying and pasting code). Still, these numbers are useful to get an intuitive feel for the size of a project.