Class Response
Measures the number of messages sent by methods of a class.
C:\Users\documentation\Documents\vastePublisher\stable\VAS Documentation Word\images\tips.gif
A large response factor indicates a larger set of methods can be sent in response to communications with the object. That is, when the object receives a message, it has the potential to call many other methods in response to the received message. This may in turn indicate an overly complex class, requiring more testing.
 
Last modified date: 09/19/2019