Implementation of Cylomatrix Complexity Matrix

Cyclomatic complexity (or conditional complexity) is a  software metric  (measurement). It directly measures the number of linearly independent paths through a program's  source code . The concept, although not the method, is somewhat similar to that of general text complexity measured by the Flesch-Kincaid Readability Test . Cyclomatic complexity is computed using the  control flow graph  of the program: the nodes of the  graph  correspond to indivisible groups of commands of a program, and a  directed  edge connects two nodes if the second command might be executed immediately after the first command. Cyclomatic complexity may also be applied to individual  functions ,  modules ,  methods  or  classes  within a program.

[1]  Sanjay Misra,et al.  Data Complexity Metrics for XML Web Services , 2009 .

[2]  Ali Arifoglu,et al.  A methodology for software cost estimation , 1993, SOEN.

[3]  Barry W. Boehm,et al.  Improving Software Productivity , 1987, Computer.

[4]  Bernd Bruegge,et al.  Object-Oriented Software Engineering: Using UML, Patterns and Java, Second Edition , 2003 .

[5]  Avanaksh Singh Sambyal,et al.  Routing Misbehavior in MANets and How it Impact QoS , 2012, CSA 2012.

[6]  John E. Gaffney,et al.  Software Function, Source Lines of Code, and Development Effort Prediction: A Software Science Validation , 1983, IEEE Transactions on Software Engineering.

[7]  Tarun Kumar Sharma,et al.  Improved Local Search in Artificial Bee Colony using Golden Section Search , 2012, ArXiv.

[8]  Tarun Kumar Sharma,et al.  Adaptive Bee Colony in an Artificial Bee Colony for Solving Engineering Design Problems , 2012, ArXiv.

[9]  Chris F. Kemerer,et al.  A Metrics Suite for Object Oriented Design , 2015, IEEE Trans. Software Eng..

[10]  Sanjay Misra,et al.  Measuring and Evaluating a Design Complexity Metric for XML Schema Documents , 2009, J. Inf. Sci. Eng..

[11]  Brian Henderson-Sellers,et al.  Object-Oriented Metrics , 1995, TOOLS.

[12]  Bill Curtis,et al.  Measuring the Psychological Complexity of Software Maintenance Tasks with the Halstead and McCabe Metrics , 1979, IEEE Transactions on Software Engineering.

[13]  Tibor Gyimóthy,et al.  The Dynamic Function Coupling Metric and Its Use in Software Evolution , 2007, 11th European Conference on Software Maintenance and Reengineering (CSMR'07).

[14]  Marc Roper,et al.  Practical Code Inspection Techniques for Object-Oriented Systems: An Experimental Comparison , 2003, IEEE Softw..

[15]  Bernd Bruegge,et al.  Object-Oriented Software Engineering Using UML, Patterns, and Java , 2009 .

[16]  Barry W. Boehm,et al.  Software Engineering Economics , 1993, IEEE Transactions on Software Engineering.

[17]  Vianney Côté,et al.  Software metrics: An overview of recent results , 1988, J. Syst. Softw..

[18]  H. E. Dunsmore,et al.  Software engineering metrics and models , 1986 .

[19]  Albert L. Baker,et al.  A Comparison of Measures of Control Flow Complexity , 1979, IEEE Transactions on Software Engineering.

[20]  narasimha c Efficient Data Delivery Over MANET’s through Secured EGMP , 2012 .

[21]  Lowell Jay Arthur,et al.  Measuring Programmer Productivity and Software Quality , 1985 .

[22]  Stephen R. Schach,et al.  Validation of the coupling dependency metric as a predictor of run-time failures and maintenance measures , 1998, Proceedings of the 20th International Conference on Software Engineering.

[23]  Michael R. Lyu,et al.  Reliability and maintainability related software coupling metrics in C++ programs , 1992, [1992] Proceedings Third International Symposium on Software Reliability Engineering.

[24]  C Narasimha,et al.  Secured Multicasting Over MANET's through EGMP , 2012, IAIT 2012.

[25]  S. Balaji,et al.  Authentication techniques for engendering session passwords with colors and text , 2012, CSA 2012.