recategorized by
455 views

1 Answer

0 votes
0 votes
Software complexity: Software engineering has developed some popular measurements of software complexity.

The McCabe essential complexity metric is perhaps the most often used. This is also known as cyclomatic complexity. It is a metric for the number and depth of routines in a piece of code. Software complexity is a way to describe a specific set of characteristics of your code. These characteristics all focus on how your code interacts with other pieces of code. Different measurements of software complexity are,

The Halstead Metrics.

The Cyclomatic Complexity.

Counting Lines of Code. Code Shape.

Coupling and Cohesion.

 

Hence the correct answer is the Number of lines of code (LOC)

Related questions

1 votes
1 votes
0 answers
1
soujanyareddy13 asked Apr 12, 2022
896 views
Match the following:$$\begin{array} {ll} \qquad \quad\textbf{List-I} & \qquad \quad \textbf{List-II} \\ \text{(P) Condition coverage} & \text{(1) Black-box testing} \\ \t...
1 votes
1 votes
1 answer
2