Project Data Collection

For the Greedy Project, use the source code you submitted and determine the values for each of the items in the table.

Name: Project Number:
Data Item
Physical Source Lines of Code
Number of Units
Number of Procedures
and Functions
Lines of Comments
Average SLOC/Procedure
Average Lines of
Documentation/Procedure


Definitions

Physical Source Lines of Code

Statement TypeIncludesExcludes
Executable x
Declarations x
Compiler Directives x
Comments on their own lines x
Assertions (Pre/Postconditions) x
Program, procedure
and function banners
x
Blank Lines x
Blank Comments x

Lines of Documentation

Statement TypeIncludesExcludes
Comments on their own lines x
Assertions (Pre/Postconditions) x
Comments with source lines x
Program, procedure
and function banners
x
Blank Lines x
Blank Comments x