Example portion of size metrics report:
| Component | Size | Language | Type | % Breakage | DM | CM | IM | AA | SU | UNFM | AAM | Equivalent Size | Source |
| User Interface | 2538 | Java | New | 0 | 2538 | ||||||||
| User Interface | 320 | HTML | New | 0 | 320 | ||||||||
| Add User | 438 | Java | Modified | 0 | 30 | 35 | 40 | 4 | 20 | .4 | .44 | 193 | CS577a Team 2 prototype |
| Image Processing | 3320 | C++ | New | 0 | 3320 | ||||||||
| Total | 6616 | 6371 |
Notes:
Refer to the COCOMO Model Definition Manual for more details.
It is assumed that Amadeus is used for C and C++ (report the sum of
declaration
and executable statements) or the class utilities for all others. Specify
any alternative measures.
This example shows the case where a component may be composed of multiple
languages.
Type refers to new, modified or reused.
Reused components have zero change to the source code, otherwise they are
modified.
Reuse parameters do not apply to new code.
SU only applies to modified code, not reused.
Provide the source of any reused or modified code.