Multiple choice Which of the following is a measure of the cyclomatic complexity of a source code? Number of lines of the source code Amount of computational resources Size of the input Number of linearly independent paths Interaction between various elements of the system Reveal answer Fill a bubble to check yourself D Correct answer Explanation The cyclomatic complexity of a section of source code is the count of the number of linearly independent paths through the source code.