-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhttpsgithub.comMahirMahbubATM.txt
527 lines (464 loc) · 15.7 KB
/
httpsgithub.comMahirMahbubATM.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
Generating AST.......
Parent Class: Screen
Parent Class: CashDispenser
Parent Class: Account
Parent Class: BankDatabase
Parent Class: Transaction
Parent Class: BalanceInquiry
Inherited Class Transaction
Parent Class: Withdrawal
Inherited Class Transaction
Parent Class: DepositSlot
Parent Class: Deposit
Inherited Class Transaction
Parent Class: ATM
Metrics Name: Depth of Inheritance Tree:
DIT: 2
Metrics Name: Number of Child
Class: BankDatabase
Number of Child: 0
Class: Account
Number of Child: 0
Class: CashDispenser
Number of Child: 0
Class: Transaction
Number of Child: 3
Class: ATM
Number of Child: 0
Class: BalanceInquiry
Number of Child: 0
Class: Screen
Number of Child: 0
Class: Deposit
Number of Child: 0
Class: Withdrawal
Number of Child: 0
Class: DepositSlot
Number of Child: 0
Metrics Name: Attribute Hiding Factor
Class: Screen:
FHF: 0.0
Class: CashDispenser:
FHF: 0.0
Class: Account:
FHF: 0.0
Class: BankDatabase:
FHF: 0.0
Class: Transaction:
FHF: 0.0
Class: BalanceInquiry:
FHF: 0.0
Class: Withdrawal:
FHF: 0.0
Class: DepositSlot:
FHF: 0
Class: Deposit:
FHF: 0.0
Class: ATM:
FHF: 0.0
Metrics Name: Method Hiding Factor
Class Screen:
MHF: 0.3333333333333333
Class CashDispenser:
MHF: 0.4
Class Account:
MHF: 0.09090909090909091
Class BankDatabase:
MHF: 0.125
Class Transaction:
MHF: 0.0
Class BalanceInquiry:
MHF: 0.5
Class Withdrawal:
MHF: 0.2
Class DepositSlot:
MHF: 0.0
Class Deposit:
MHF: 0.2
Class ATM:
MHF: 0.0
Metrics Name: Method Inheritance Factor
Class: Screen
MIF: 0
Class: CashDispenser
MIF: 0
Class: Account
MIF: 0
Class: BankDatabase
MIF: 0
Class: Transaction
MIF: 0
Class: BalanceInquiry
MIF: 0.6
Class: Withdrawal
MIF: 0.5
Class: DepositSlot
MIF: 0
Class: Deposit
MIF: 0.5
Class: ATM
MIF: 0
Metrics Name: Weighted Method Per Class
Class Name: Screen
Method Name: __init__
Complexity: 1 Method Name: displayMessage
Complexity: 1 Method Name: displayDollarAmount
Complexity: 1 Weighted Method Per Class for Screenis 3
Class Name: CashDispenser
Method Name: __init__
Complexity: 1 Method Name: __init__
Complexity: 1 Method Name: dispenseCash
Complexity: 1 Method Name: isSufficientCashAvailable
Complexity: 2 Weighted Method Per Class for CashDispenseris 5
Class Name: Account
Method Name: __init__
Complexity: 1 Method Name: validatePin
Complexity: 2 Method Name: getAvailableBalance
Complexity: 1 Method Name: getTotalBalance
Complexity: 1 Method Name: credit
Complexity: 1 Method Name: debit
Complexity: 1 Method Name: getAccountNumber
Complexity: 1 Weighted Method Per Class for Accountis 8
Class Name: BankDatabase
Method Name: __init__
Complexity: 1 Method Name: getAccount
Complexity: 3 Method Name: authenticateUser
Complexity: 2 Method Name: getAvailableBalance
Complexity: 1 Method Name: getTotalBalance
Complexity: 1 Method Name: credit
Complexity: 1 Method Name: debit
Complexity: 1 Weighted Method Per Class for BankDatabaseis 10
Class Name: Transaction
Method Name: getAccountNumber
Complexity: 1 Method Name: getScreen
Complexity: 1 Method Name: getBankDatabase
Complexity: 1 Method Name: execute
Complexity: 1 Weighted Method Per Class for Transactionis 4
Class Name: BalanceInquiry
Method Name: __init__
Complexity: 1 Method Name: execute
Complexity: 1 Weighted Method Per Class for BalanceInquiryis 2
Class Name: Withdrawal
Method Name: __init__
Complexity: 1 Method Name: execute
Complexity: 5 Method Name: displayMenuOfAmounts
Complexity: 5 Weighted Method Per Class for Withdrawalis 11
Class Name: DepositSlot
Method Name: isEnvelopeReceived
Complexity: 1 Weighted Method Per Class for DepositSlotis 1
Class Name: Deposit
Method Name: __init__
Complexity: 1 Method Name: execute
Complexity: 2 Method Name: promptForDepositAmount
Complexity: 1 Weighted Method Per Class for Depositis 4
Class Name: ATM
Method Name: authenticateUser
Complexity: 2 Method Name: performTransaction
Complexity: 4 Method Name: displayMainMenu
Complexity: 1 Method Name: createTransaction
Complexity: 4 Method Name: run
Complexity: 3 Weighted Method Per Class for ATMis 14
Metrics Name: Coupling Factor
Coupling Between Objects:
Screen CashDispenser Account BankDatabase Transaction BalanceInquiry Withdrawal DepositSlot Deposit ATM
Screen 0 0 0 0 1 0 0 0 0 1
CashDispenser 0 0 0 0 0 0 1 0 0 1
Account 0 0 0 1 0 0 0 0 0 0
BankDatabase 0 0 0 0 1 0 0 0 0 1
Transaction 0 0 0 0 0 0 0 0 0 0
BalanceInquiry 0 0 0 0 0 0 0 0 0 0
Withdrawal 0 0 0 0 0 0 0 0 0 0
DepositSlot 0 0 0 0 0 0 0 0 1 1
Deposit 0 0 0 0 0 0 0 0 0 0
ATM 0 0 0 0 0 0 0 0 0 0
COF: 1.0
Overall Report
LOC: 327
Multi Line of Comment: 3
Single Line of Comment: 17
Comment Percentage: 0.07234042553191489
Classwise Report
Class Name: Screen
Method Number: 3
Method Name: __init__
Parameter Length: 0
LOC: 3
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: displayMessage
Parameter Length: 1
LOC: 4
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: displayDollarAmount
Parameter Length: 1
LOC: 5
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
LOC: 12
Multi Line of Comment: 0
Single Line of Comment: 0
Class Name: CashDispenser
Method Number: 4
Method Name: __init__
Parameter Length: 0
LOC: 3
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: __init__
Parameter Length: 1
LOC: 3
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: dispenseCash
Parameter Length: 1
LOC: 3
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: isSufficientCashAvailable
Parameter Length: 1
LOC: 8
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
LOC: 17
Multi Line of Comment: 0
Single Line of Comment: 0
Class Name: Account
Method Number: 7
Method Name: __init__
Parameter Length: 4
LOC: 6
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: validatePin
Parameter Length: 1
LOC: 6
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: getAvailableBalance
Parameter Length: 0
LOC: 3
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: getTotalBalance
Parameter Length: 0
LOC: 3
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: credit
Parameter Length: 1
LOC: 4
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: debit
Parameter Length: 1
LOC: 4
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: getAccountNumber
Parameter Length: 0
LOC: 5
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
LOC: 31
Multi Line of Comment: 0
Single Line of Comment: 0
Class Name: BankDatabase
Method Number: 7
Method Name: __init__
Parameter Length: 0
LOC: 7
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: getAccount
Parameter Length: 1
LOC: 8
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: authenticateUser
Parameter Length: 2
LOC: 8
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: getAvailableBalance
Parameter Length: 1
LOC: 3
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: getTotalBalance
Parameter Length: 1
LOC: 3
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: credit
Parameter Length: 2
LOC: 3
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: debit
Parameter Length: 2
LOC: 4
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
LOC: 36
Multi Line of Comment: 0
Single Line of Comment: 0
Class Name: Transaction
Method Number: 4
Method Name: getAccountNumber
Parameter Length: 0
LOC: 3
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: getScreen
Parameter Length: 0
LOC: 3
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: getBankDatabase
Parameter Length: 0
LOC: 3
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: execute
Parameter Length: 0
LOC: 4
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
LOC: 13
Multi Line of Comment: 0
Single Line of Comment: 0
Class Name: BalanceInquiry
Method Number: 2
Method Name: __init__
Parameter Length: 3
LOC: 6
Multi Line of Comment: 0
Single Line of Comment: 1
Comment Percentage: 0.25
Method Name: execute
Parameter Length: 0
LOC: 17
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
LOC: 23
Multi Line of Comment: 0
Single Line of Comment: 1
Class Name: Withdrawal
Method Number: 3
Method Name: __init__
Parameter Length: 4
LOC: 8
Multi Line of Comment: 0
Single Line of Comment: 1
Comment Percentage: 0.2
Method Name: execute
Parameter Length: 0
LOC: 25
Multi Line of Comment: 3
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: displayMenuOfAmounts
Parameter Length: 0
LOC: 18
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
LOC: 51
Multi Line of Comment: 3
Single Line of Comment: 1
Class Name: DepositSlot
Method Number: 1
Method Name: isEnvelopeReceived
Parameter Length: 0
LOC: 4
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
LOC: 4
Multi Line of Comment: 0
Single Line of Comment: 0
Class Name: Deposit
Method Number: 3
Method Name: __init__
Parameter Length: 4
LOC: 7
Multi Line of Comment: 0
Single Line of Comment: 1
Comment Percentage: 0.2
Method Name: execute
Parameter Length: 0
LOC: 12
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: promptForDepositAmount
Parameter Length: 0
LOC: 6
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
LOC: 25
Multi Line of Comment: 0
Single Line of Comment: 1
Class Name: ATM
Method Number: 5
Method Name: authenticateUser
Parameter Length: 0
LOC: 13
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: performTransaction
Parameter Length: 0
LOC: 14
Multi Line of Comment: 0
Single Line of Comment: 1
Comment Percentage: 0.08333333333333333
Method Name: displayMainMenu
Parameter Length: 0
LOC: 9
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
Method Name: createTransaction
Parameter Length: 1
LOC: 12
Multi Line of Comment: 0
Single Line of Comment: 2
Comment Percentage: 0.2857142857142857
Method Name: run
Parameter Length: 0
LOC: 11
Multi Line of Comment: 0
Single Line of Comment: 0
Comment Percentage: 0.0
LOC: 59
Multi Line of Comment: 0
Single Line of Comment: 3