in reply to Re: Source lines of code (SLOC) -- meaningful number?
in thread Source lines of code (SLOC) -- meaningful number?

Out of curiosity, why the large difference between "Perl Modules Lines" and "Perl Module SLOC"? Is the difference because of POD and heredocs?

  • Comment on Re^2: Source lines of code (SLOC) -- meaningful number?

Replies are listed 'Best First'.
Re^3: Source lines of code (SLOC) -- meaningful number?
by samtregar (Abbot) on Jun 09, 2005 at 20:04 UTC
    POD, whitespace and comments. RTFM for more details.

    -sam