Report:  Functional Analysis
Option:  -f
Compatible Options: A, a, b, c, e, F, H, i, k, l, m, n, O, o, r, R, s, T, v, w, W
Usage:
rsm -H -f *.h *.cpp > report.htm
rsm -H -f *.java > report.htm
Source:  C, C++ and Java
The functional analysis report displays each function name and the LOC metrics for this function.  Function metrics are reported for each file and project.  This option is usually used with -c complexity, -o object classes and -n quality analysis.  The user may combined these options to form various types of reports.
  File: Rolodex.java
  Date: Tue Jul 13 20:03:14 1999                     File Size: 3807 Bytes
  ________________________________________________________________________

  Function: rolodex.Rolodex.Rolodex
  LOC 3        eLOC 1        lLOC 1        Comment 0        Lines        3

  Function: rolodex.Rolodex.open
  LOC 51       eLOC 29       lLOC 19       Comment 2        Lines       58

  Function: rolodex.Rolodex.close
  LOC 35       eLOC 21       lLOC 15       Comment 1        Lines       40