Analyze
- traverse the Code Set tree, parsing each file whose extension
is valid as determined by the Code Set's selected Extension Set,
and calculating metrics (or statistics) as the file is parsed.
Code
Set - a collection of source files built by adding directory
trees to the root node, which represents the current Code Set.
Code
Line - a line of source containing code. The line may also
contain comments, thus a line can be both a comment and code line
simultaneously.
Comment
- an object which defines a valid comment form by defining the opening
string, if it is a comment which extends to the end of the line
(EOL), and, if not an EOL comment, the closing string.
Comment
Line - a line of source containing a comment. The line
may also contain code, thus a line can be both a comment and code
line simultaneously.
Comment
Set - a collection of Comment objects which define the
valid comment formats for a given file extension type.
Extension
- an object which describes a file extension and its associated
Comment Set.
Extension
Set - a collection of Extension objects which define all
the valid file extensions for a Code Set.
File
Node - an object which describes a file or file folder's
characteristics. These include file system details, inclusion status
and metrics for the file or folder.
"Green"
File or Folder Icons - a file or folder which has been
analyzed and which includes valid metric information. This information
can be viewed in the results pane (right side of the window), or
by right-clicking while pointing at the file or folder.
"Red"
File or Folder Icons - a file or folder which has been
excluded from analysis and the resulting metrics.
Whitespace
Line - a line of source containing no comments or code.