//CS499 Project 2: PHE Feature //Coffey, Lim, Nelson (alphabetical order) // FP Estimation //--------------- No. of user inputs 12 X 4 = 48 Number of user outputs 8 X 5 = 40 Number of user inquiries 2 X 4 = 8 Number of files 8 X 7 = 56 Number of ext. interfaces 4 X 7 = 28 Algorithms 6 X 2 = 12 Count Total 192 Complexity mulitplier .75 Feature points 144 144 X .25 p-m / FP = 36p-m errors per FP (thousand lines of code) = 100 defects per FP = 10 $ per FP = free pages of documentation per FP = 2 FP per person-month = 5 // LOC Estimation //---------------- LOC = 600 lines errors per KLOC (thousand lines of code) = 100 defects per KLOC = 10 $ per LOC = free page of documentation per KLOC = 5 errors / person-month = 50 LOC per person-month = 100 $ / page of documentation = free FUnctions | estimated LOC | LOC/pm | $/LOC | Cost | Effort (months) GUIs 50 25 free free 0.25 Processes 150 50 free free 0.5 Database 100 50 free free 0.25 Synch-ing 300 100 free free 1 Total: 600 free 2