Skip to content

Opening book details…

Can I read Cyclomatic Complexity in C Programs on EtoBox?

Cyclomatic Complexity in C Programs by 2K19/SE/048 HARSH THAKUR is a document available to read on EtoBox.

What is Cyclomatic Complexity in C Programs about?

(1) The document describes calculating the cyclomatic complexity of code to solve two problems - finding the roots of a quadratic equation and triangle classification. (2) For each problem, it shows the code, constructs a decision diagram graph, calculates the cyclomatic complexity using the number of edges and nodes, and identifies 7 unique paths as a basis set to test the program. (3) The conclusion is that test cases should be designed to execute each of the 7 paths independently in order to thoroug

Author
2K19/SE/048 HARSH THAKUR
Language
EN