Component level metrics will be displayed to the users.
Number of Parameters (NOP)
NOP is the number of parameters used in a method (or function). If a method has too many parameters, it is difficult to call and also difficult to change if it is called from many different clients.