套件:complexity(1.13-1) [debports]
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.1 (>= 2.32)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6.1-udeb
-
- dep: libopts25 (>= 1:5.18.16)
- automated option processing library based on autogen