[ 原始碼: complexity ]
套件:complexity-doc(1.13-1)
complexity-doc 的相關連結
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 (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.