vix.ing · top · new · best · stats · spec

An approach for improving the concept of Cyclomatic Complexity for Object-Oriented Programming

2014/12/19 by Ankita Garg, Garg, Ankita
Computer Science · #FOS: Computer and information sciences #Software Engineering (cs.SE) #Software Engineering Research #Software Engineering Techniques and Practices #Software Reliability and Analysis Research #cs.SE

paper · pdf · doi:10.48550/arxiv.1412.6216

arxiv created 2014/12/19 · openalex publication_date 2014/12/19 · arxiv updated 2014/12/22 · openalex created_date 2016/06/24 · openalex updated_date 2026/07/28

Abstract

Measuring software complexity plays an important role to meet the demands of complex software. The cyclomatic complexity is one of most used and renowned metric among the other three proposed and researched metrics that are namely: Line of code, Halstead measure and cyclomatic complexity. Although cyclomatic complexity is very popular but also serves some of the problems which has been identified and showed in a tabular form in this research work. It lacks the calculation of coupling between the object classes for object oriented programming and only calculates the complexity on the basis of the conditional statements. Thus there is requirement to improve the concept of cyclomatic complexity based on coupling. Paper includes the proposed algorithm to handle the above stated problem.

Related