[ 源代码: 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)
- automated option processing library based on autogen