DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepmccabe
BeschreibungMcCabe-style function complexity and line counting for C and C++
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version2.5
Sektionuniverse/devel
Prioritätoptional
Installierte Größe116 Byte
Hängt ab vonlibc6 (>= 2.4)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße22792 Byte
Prüfsumme MD57f8eda5417e6f469ab79c941f37bb5d6
Prüfsumme SHA138363d37e6133367571080f1bc98f40837dd6f38
Prüfsumme SHA256d98cf640467eb3f8ff7b8081bc70cff8298c690ece63e02bb8b26d70f825242b
Link zum Herunterladenpmccabe_2.5_i386.deb
Ausführliche BeschreibungPmccabe 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.


Impressum
Linux is a registered trademark of Linus Torvalds