Prune devel/py-EnthoughtBase
[dports.git] / devel / pmccabe / pkg-descr
1 pmccabe calculates McCabe-style cyclomatic complexity for C and C++
2 source code. Per-function complexity may be used for spotting likely
3 trouble spots and for estimating testing effort.
4
5 pmccabe also includes a non-commented line counter, decomment which
6 only removes comments from source code; codechanges, a program to
7 calculate the amount of change which has occurred between two source
8 trees or files; and vifn, to invoke vi given a function name rather
9 than a file name.
10
11 WWW: http://www.parisc-linux.org/~bame/pmccabe/