Duplicate of http://stackoverflow.com/questions/353380/what-is-a-line-of-code
Should you count end-lines? Should you base it on delimiters in your language, such as semi-colons? Should you count all non-whitespace characters then divide by the average number of non-whitespace character per line?
Maybe the concept of "lines" isn't even useful here. Maybe instead we need to find a way to discuss quantity of code? How do you measure this? Or is it impossible?