DragonFly On-Line Manual Pages

Search: Section:  


MEASUREPERL(1)        User Contributed Perl Documentation       MEASUREPERL(1)

NAME

measureperl - count lines, packages, subs and complexity of Perl files.

SYNOPSIS

Show all metrics measureperl FILE_OR_DIRECTORY [FILE_OR_DIRECTORY ....] ex) measureperl lib Show only errors in subroutines measureperl -e lib Show only method which sloc is 50 and mccabe's complexity is over 10 measureperl -e -l 50 -c 10 lib

REQUIRED ARGUMENTS

At least one file or directory path must be supplied. perl v5.20.2 2012-03-03 MEASUREPERL(1)

Search: Section: