complexity 1.3+dfsg-1 source package in Ubuntu

Changelog

complexity (1.3+dfsg-1) unstable; urgency=low

  * Initial release (Closes: #781946)

 -- Dmitry Bogatov <email address hidden>  Sat, 04 Apr 2015 23:12:13 +0300

Upload details

Uploaded by:
Dmitry Bogatov
Uploaded to:
Sid
Original maintainer:
Dmitry Bogatov
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
complexity_1.3+dfsg-1.dsc 1.9 KiB d00221662de3c240e5430d28ce8fef6f78ac69a95e8e21e7e0f5558053b98a2b
complexity_1.3+dfsg.orig.tar.xz 292.0 KiB 7599044cf70f155688fc2f3edf90d4331142f1549dab19940b9026a959183ef8
complexity_1.3+dfsg-1.debian.tar.xz 4.8 KiB f9583042fe0e5d63db5003a3f97472cbfb162b13f771fc29f7e15725376b3ca6

No changes file available.

Binary packages built by this source

complexity: tool for analyzing the complexity of C program functions

 Complexity measurement tool help to:
 .
  * locate suspicious areas in unfamiliar code
  * get an idea of how much effort may be required to understand that
    code
  * get an idea of the effort required to test a code base
  * provide a reminder to yourself. You may see what you've written
     as obvious, but others may not.
 .
 Comparing with existing tool McCabe, this program improves scoring
 of following language constructs:
 .
  * code length
  * switch statement
  * logic conditions

complexity-dbgsym: debug symbols for package complexity

 Complexity measurement tool help to:
 .
  * locate suspicious areas in unfamiliar code
  * get an idea of how much effort may be required to understand that
    code
  * get an idea of the effort required to test a code base
  * provide a reminder to yourself. You may see what you've written
     as obvious, but others may not.
 .
 Comparing with existing tool McCabe, this program improves scoring
 of following language constructs:
 .
  * code length
  * switch statement
  * logic conditions

complexity-doc: tool for analyzing the complexity of C program (documentation)

 Complexity measurement tool help to:
 .
  * locate suspicious areas in unfamiliar code
  * get an idea of how much effort may be required to understand that
    code
  * get an idea of the effort required to test a code base
  * provide a reminder to yourself. You may see what you've written
     as obvious, but others may not.
 .
 Comparing with existing tool McCabe, this program improves scoring
 of following language constructs:
 .
  * code length
  * switch statement
  * logic conditions
 .
 This package contains documentation in TexInfo format.