pmccabe 2.6build1 source package in Ubuntu

Changelog

pmccabe (2.6build1) bionic; urgency=high

  * No change rebuild to pick up -fPIE compiler default

 -- Balint Reczey <email address hidden>  Tue, 03 Apr 2018 12:39:38 +0000

Upload details

Uploaded by:
Balint Reczey
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe devel
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
pmccabe_2.6build1.tar.gz 57.1 KiB 43c08653b18ed661bc1c782428d6df877f0a07148ae2bbb5a5d22339b7c627f5
pmccabe_2.6build1.dsc 1.5 KiB b2ce91fe7bf48e1ab3e964f6bfe59ee6dc119d952d14791a5acbfc87b712b2c6

Available diffs

View changes file

Binary packages built by this source

pmccabe: McCabe-style function complexity and line counting for C and C++

 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.

pmccabe-dbgsym: No summary available for pmccabe-dbgsym in ubuntu groovy.

No description available for pmccabe-dbgsym in ubuntu groovy.