标签:
The freeware program SourceMonitor lets you see inside your software source code to find out how much code you have and to identify the relative complexity of your modules. For example, you can use SourceMonitor to identify the code that is most likely to contain defects and thus warrants formal review. SourceMonitor, written in C++, runs through your code at high speed, typically more than 10,000 lines of code per second. SourceMonitor provides the following:
Enhancements added in Version 3.5 are described below. Like all previous versions, this version of SourceMonitor is free [view license]. The download is a fully functional installer contained in a single file, SMSetupV346.exe. Please download the installation file and give it a try:
Download SourceMonitor V3.5.0.306 (2.47 MBytes): via HTTP. Run the downloaded file (SMSetupV350.exe) to install SourceMonitor.
http://www.campwoodsw.com/sourcemonitor.html
http://www.cnblogs.com/bangerlee/archive/2011/09/18/2178172.html
http://blog.csdn.net/lg707415323/article/details/7790660
什么是Cyclomatic Complexity(圈复杂度)? .
标签:
原文地址:http://www.cnblogs.com/softidea/p/4582355.html