in reply to Re^3: Perl project lines of code "analyzer"
in thread Perl project lines of code "analyzer"

jdhedden,
Interesting. Unfortunately it includes anything after
__END__ or __DATA__
as potential code. While it could potentially be POD, it likely shouldn't be counted as code. If I can't find something that behaves correctly here I might get motivated and update this with a patch.

Cheers - L~R