|
S D Conte, H E Dunsmore, V Y Shen, Software Engineering Metrics and Models, Benjamin/Cummings, 1986. |
|
Curtis, B., S.B. Sheppard, and P. Milliman , "Third time charm: Stronger prediction of programmer performance by software complexity metrics", Proceedings of the 4th international conference on Software engineering, July 1979, pp 356-260. |
|
T J McCabe , "A Complexity Measure", IEEE Transactions on Software Engineering, Vol 2 No 4, December, 1976. |
|
Schroeder, Mark, "A Practical Guide to Object-Oriented Metrics", IT Pro Nov/Dec 1999, pp 30-36, 1999. |
|
VanDoren, "Cyclomatic Complexity" SEI. |
|
Code metrics tool NDepend |
|
McCabe QA Metrics including cyclomatic complexity and essential complexity help identify where a program is more likely to contain errors. Platforms: Sun - Solaris 2.5.1+ , PC - Windows NT 4.0/95, IBM - AIX 4.2+, HP - HP-UX 10.2+, SGI - IRIX 5.3+ |
|
CMT++ (Complexity Measures Tool for C/C++) calculates the basic McCabe, Halstead and lines-of-code metrics for C and C++ code. Platforms: Windows 2000/NT/9x, HPUX, Solaris, Linux. |
|
METRIC works as a stand-alone product or as part of the TestWorks/Advisor tool suite. METRIC automatically computes the Cyclomatic Complexity metrics, which measure logic complexity in routines; and size metrics, such as number of lines, comments and executable statements. Platforms SPARC SunOS 4.1.3; SPARC Solaris 2.3, 2.4, 2.5, 2.5.1, 2.6; x86 Solaris 2.4, 2.5; RS-6000/AIX 3.2.5, 4.1.2, 4.2; HP-9000/7xx HP-UX 9.05, 10.10; HP-9000/8xx HP-UX 9.04, 10.01, 10.10; x86 SCO/ODT 2.0, 5.0(3.0); SGI Irix 5.3, 6.2; DEC-Alpha OSF1 3.2, 4.0; NCR 3000; SCO/UnixWare 2.1.1; DOS. |
|
Metrics Tools for Java, VBScript collect standard metrics on source code, including SLOC, NCSLOC, Cyclomatic Complexity, Decision Density. Platforms : Windows/NT/2K/XP. |
|
Understand for Java, generates cyclomatic complexity metrics and also generates a bunch of other metrics. |
|
Understand for C++ does cyclomatic complexity and other metrics for C++. |
|
Source Monitor (for C#) does cyclomatic complexity and other metrics for C#. |
|
Listing of static analysis tools: Includes metrics tools and cyclomatic complexity tools as well as tools like lint. Gives some basic information about each listing. |