This question will treat software like a tree, where:
- Each node in the tree represents some code unit (eg class \ method \ line etc.)
- Node X is son of Node Y if in the source code X is set in Y
Here is the definition of the term T:
T relative to Node X is the probability that any change on X will result changes in nodes that are within the sub-tree of X.
What is the term T? Cohesion or Coupling ?