Code Statistics Overview
CodeSMART Code Statistics provides useful information about the code present
in your projects. It offers you a quick statistical view on each component,
project or on the entire project group with information regarding:
-
The number of components included in a project or project group according
to their type.
-
The exact number of controls used in your projects.
-
The exact number of members (subs, functions, properties) that exist
in your code.
-
The total amount of code lines in a project group, project, component
or even procedure member, including comments and blank lines.
-
The total of effective code lines in your projects (lines of code excluding
the comments and blank lines).
-
The exact number of single line comments.
-
The exact number of blank lines in your code.
See also
Back To Top
|