Pmccabe calculates McCabe-style cyclomatic complexity for C and C++ source code. Per-function complexity may be used for spotting likely trouble spots and for estimating testing effort.
Pmccabe also includes a non-commented line counter compatible with anac, 'decomment' which only removes comments from source code; 'codechanges', a program to calculate the amount of change which has occurred between two source trees or files; and 'vifn', to invoke 'vi' given a function name rather than a file name.
Pmccabe attempts to calculate the apparent complexity rather than the complexity following the C++ and/or cpp preprocessors. This causes Pmccabe to become confused with cpp constructs which cause unmatched curly braces - most of which can profitably be rewritten so they won't confuse prettyprinters anyway. Pmccabe prints C-compiler-style error messages when the parser gets confused so they may be browsed with standard tools.
Two types of cyclomatic complexity are generated - one type counts each switch() statement as regardless of the number of cases included and the other more traditional measure counts each case within the switch(). Pmccabe also calculates the starting line for each function, the number of lines consumed by the function, and the number of C statements within the function.
|
|
|
| Architektúra | Veľkosť balíka | Nainštalovaná veľkosť | Súbory |
|---|---|---|---|
| alpha | 25.5 kB | 128 kB | [zoznam súborov] |
| amd64 | 23.8 kB | 120 kB | [zoznam súborov] |
| armel | 23.6 kB | 112 kB | [zoznam súborov] |
| avr32 (neoficiálny port) | 23.4 kB | 112 kB | [zoznam súborov] |
| hppa | 24.4 kB | 116 kB | [zoznam súborov] |
| hurd-i386 | 21.7 kB | 112 kB | [zoznam súborov] |
| i386 | 21.9 kB | 72 kB | [zoznam súborov] |
| ia64 | 29.6 kB | 140 kB | [zoznam súborov] |
| kfreebsd-amd64 | 23.8 kB | 78 kB | [zoznam súborov] |
| kfreebsd-i386 | 21.8 kB | 74 kB | [zoznam súborov] |
| m68k (neoficiálny port) | 20.8 kB | 108 kB | [zoznam súborov] |
| mips | 25.0 kB | 128 kB | [zoznam súborov] |
| mipsel | 24.7 kB | 128 kB | [zoznam súborov] |
| powerpc | 24.3 kB | 120 kB | [zoznam súborov] |
| s390 | 23.7 kB | 116 kB | [zoznam súborov] |
| sparc | 22.4 kB | 112 kB | [zoznam súborov] |