NOM is misleading
Brought to you by:
gboissier
The description on the web page reads "Number of Methods (NOM) Total number of methods defined in the selected scope". In fact, it just counts the nonstatic methods. To get the total count of methods, one needs to add NOM and NSM.
We can change the existing metric to NIM (Number of Instance Methods), which is used by some authors, and perhaps create a new NOM = NSM + NIM.