- AEfferent Coupling
- BNumber of source lines of code
- CCyclomatic Complexity Number
- DTime taken to perform inspection
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
✅ Cyclomatic Complexity Number
The complexity of code is primarily determined by Cyclomatic Complexity (CC), which measures the number of linearly independent paths in a program.
Thus, Cyclomatic Complexity Number is the correct answer! 🚀
✅ False
Since CCMetrics does not measure non-linearly independent paths, the correct answer is False. 🚀
✅ True
A build can be triggered automatically by a version control tool when changes are committed. This is a key feature of Continuous Integration (CI).
🔹 How does this work?
Thus, the statement is TRUE ✅ because modern development workflows allow builds to be triggered automatically by version control changes. 🚀
The correct answer is:
✅ Afferent Coupling
Afferent Coupling (Ca) ✅
Efferent Coupling (Ce) ❌
Cyclomatic Complexity ❌
Thus, Afferent Coupling is the correct answer as it represents incoming dependencies. 🚀
✅ Build Scheduler
✅ Cyclomatic Complexity Number
✅ Functional testing
✅ False
✅ All of the options
✅ All of the options