Report:  Verbose Metrics
Option:  -v
Compatible Options:  RSM Option Cross Reference
Usage:
rsm -H -O report.htm -v *.h *.cpp
rsm -H -O report.htm -v *.java 
Source:  C, C++ and Java
The verbose report details metrics for many language specific keywords and constructs.  The verbose metrics report is generated for each file and project.   The verbose report is extremely useful in analyzing the content of the source code.
                   ~~ Project Keywords and Metrics ~~

  --------------- LOC ---------------  case, break .........:     0,     0
  Lines of Code (LOC) .:          281  if, else ............:     5,     3
  Lines of just { or } :           74  goto, return ........:     0,    11
  Lines of just ( or ) :            0  exit, _exit, abort ..:     0,  0, 0
  Effective LOC (eLOC) :          207  macros, struct, union:     0,  0, 0
  Code Statement (lLOC):          114  class, interface ....:     3,     0
  -------------- Lines --------------  template, friend ....:     0,     0
  Blank Lines .........:           74  namespace, package ..:     0,     0
  Comment Lines .......:           44  inline ..............:            3
  Total Logical Lines .:          399  Memory alloc, free ..:     0,     0
  Total Physical Lines :          390  Memory new, delete ..:     0,     0
  ------------ Key Words ------------  ------------- Analysis ------------
  Literal Strings .....:           26  Paren Count (,) .....:    95,    95
  #include, import ....:     10,    0  Brace Count {,} .....:    39,    39
  #define, typedef ....:      3,    0  Bracket Count [,] ...:    26,    26
  const, enum .........:     11,    3  Chars/NBLine, Notices:    12,     2
  do, while ...........:      0,    0  Code, eCode Lines ...: 70.4%, 51.9%
  switch, default .....:      0,    0  Comment, Blank Lines : 11.0%, 18.5%
  for .................:            2  Characters, Spaces ..: 74.6%, 25.4%