Fan-out indicates the number of functions a function calls. Modifying a function can result in the functions that are called by the modified function. (Source)
Structural Complexity of a module i is
S(i) = fan-out(i) * fan-out(i)
More example of fan out
Sunday, July 29, 2007
Architectural Design Metrics
Posted by Software Engineering Notes at 5:56 AM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment