[ ソース: complexity ]
パッケージ: complexity (1.13-1 など)
complexity に関するリンク
Debian の資源:
complexity ソースパッケージをダウンロード:
- [complexity_1.13-1.dsc]
- [complexity_1.13.orig.tar.xz]
- [complexity_1.13.orig.tar.xz.asc]
- [complexity_1.13-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [gnu.org]
類似のパッケージ:
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 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libopts25 (>= 1:5.18.16)
- autogen ベースの自動オプション解析ライブラリ