Various Size Oriented Measures:
These are derived by normalizing quality and productivity measures by considering the size of software that has been produced.
Choose LOC as normalization value.Then we can develop a set of simple size-oriented metrics:
- Errors per KLOC
- Defects per KLOC
- $ per KLOC
- Page of documentation per KLOC
- Errors per Person-Months
- LOC per Person-Months
- $ per page of documentation
Function - Oriented Metrics:
- Uses a measure of the functionality delivered by the application as a normalization value.
- Functionality cannot be measured directly,it must be derived indirectly using other direct measures.A measure called Function Point.
0 Comments