はてなブログ トップ
Cyclomatic Complexity
このタグでブログを書く
Cyclomatic Complexity
このタグの解説について
この解説文は、
すでに終了したサービス「はてなキーワード」内で有志のユーザーが作成・編集
した内容に基づいています。その正確性や網羅性をはてなが保証するものではありません。問題のある記述を発見した場合には、
お問い合わせフォーム
よりご連絡ください。
ネットで話題
もっと見る
28
ブックマーク
循環的複雑度 ( Cyclomatic Complexity ) とは何ぞや
注意:この記事だけアクセスが多くて逆に不安になっております。 不正確な記述が含まれる可能性が大なので、必ずほかの記事も当たっていただければと思います。 今回は、循環的複雑度(Cyclomatic Complexity)について書きます。 これは、ソースコードのメトリクス(定量的に評価した値)の一つです。 条件複雑度(Condi...
saturday-dory-fever.blogspot.com
18
ブックマーク
Saikuro : A Cyclomatic Complexity Analyzer
Usage Saikuro is a command line program. Running "saikuro.rb -h" will output a usage statement describing all the various arguments you can pass to it. "saikuro -c -p tests/samples.rb" The above command is a simple example that generates a cyclomatic complexity report on the samples.rb file, usin...
saikuro.rubyforge.org
11
ブックマーク
\バグだー!/ システムに巣食うバグさんからみた快適さ、循環的複雑度( Cyclomatic Complexity ) とは? \バグだー!/ - Tbpgr Blog
tbpgr.hatenablog.com
10
ブックマーク
Cyclomatic complexity - Wikipedia
en.wikipedia.org
5
ブックマーク
McCabe's cyclomatic complexity
Insert your PHP code below: How does it work? Imagine you have a PHP code inside '<?php' and '?>' tags: you can just copy and paste the whole text of the PHP file inside the text area above and click on "Compute complexity": the script will: - first "distill" the sole PHP code, dropping everythin...
ars.altervista.org