உள்ளடக்கத்துக்குச் செல்

கட்டுப்பாட்டு சிக்கல்தன்மை

கட்டற்ற கலைக்களஞ்சியமான விக்கிப்பீடியாவில் இருந்து.
A control flow graph of a simple program. The program begins executing at the red node, then enters a loop (group of three nodes immediately below the red node). On exiting the loop, there is a conditional statement (group below the loop), and finally the program exits at the blue node. For this graph, E = 9, N = 8 and P = 1, so the cyclomatic complexity of the program is 3.

கட்டுப்பாட்டு சிக்கல்தன்மை என்பது ஒரு மென்பொருள் அளவீடு. இது ஒரு நிரலின் சிக்கல்தன்மையை அளக்கப் பயன்படுகிறது. இது ஒரு நிரல் எடுக்ககூடிய தனித்தனியான வழிகளை நேரடியாக அளக்கிறது.[1][2][3]

மேற்கோள்கள்

[தொகு]
  1. McCabe (December 1976). "A Complexity Measure". IEEE Transactions on Software Engineering SE-2 (4): 308–320. doi:10.1109/tse.1976.233837. 
  2. Philip A. Laplante (25 April 2007). What Every Engineer Should Know about Software Engineering. CRC Press. p. 176. பன்னாட்டுத் தரப்புத்தக எண் 978-1-4200-0674-2.
  3. Harrison (October 1984). "Applying Mccabe's complexity measure to multiple-exit programs". Software: Practice and Experience 14 (10): 1004–1007. doi:10.1002/spe.4380141009.