[ ソース: complexity ]
パッケージ: complexity-doc (1.10+dfsg-3)
complexity-doc に関するリンク
Debian の資源:
complexity ソースパッケージをダウンロード:
- [complexity_1.10+dfsg-3.dsc]
- [complexity_1.10+dfsg.orig.tar.xz]
- [complexity_1.10+dfsg-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [gnu.org]
類似のパッケージ:
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.