1·SCORT can take different values for graphs with the same cyclomatic number.
对于具有相同圈数的图形,SCORT 可以采用不同的值。
2·I've explained in previous articles in this series that cyclomatic complexity tends to be one of the harbingers of sticky code.
我在 本系列前面的文章 中已经解释了圈复杂性,它是令人讨厌的代码的一种先兆。
3·The original method had a cyclomatic complexity of 43.
原始的方法的圈复杂度是 43。
4·Some of the common questions relating to cyclomatic complexity are "How does my code compare to others?" and "What is a good number for a particular class?"
与圈复杂度相关的常见问题包括 “我的代码与别人的代码相比怎么样?” 和 “对于一个类,多大的数值是合适的?”
5·Each of the former if blocks took 3 lines of code (and contributed 1 cyclomatic complexity point).
之前每个 if 块占用 3 行代码(并贡献了 1 个点的圈复杂度)。