| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 60 | 9 |
| McCabe's Cyclomatic Number | MVG | 11 | 2 |
| Lines of Comment | COM | 1 | 0.143 |
| LOC/COM | L_C | 60.000 | |
| MVG/COM | M_C | 11.000 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 3 | |
| Information Flow measure ( inclusive ) | IF4 | 0 | 0.000 |
| Information Flow measure ( visible ) | IF4v | 0 | 0.000 |
| Information Flow measure ( concrete ) | IF4c | 0 | 0.000 |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| No module extents have been identified for this module | |||||
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| AuthDialog( QWidget * ) definition ./ui/dialogs/auth_dialog.cpp:14 | 8 | 1 | 1 | ------ | ------ |
| hashPassword( const QString &, const QString & ) definition ./ui/dialogs/auth_dialog.cpp:82 | 5 | 1 | 0 | ------ | ------ |
| initializeRepositories( ) definition ./ui/dialogs/auth_dialog.cpp:25 | 9 | 2 | 0 | ------ | ------ |
| onCancelClicked( ) definition ./ui/dialogs/auth_dialog.cpp:43 | 4 | 0 | 0 | ------ | ------ |
| onLoginClicked( ) definition ./ui/dialogs/auth_dialog.cpp:48 | 25 | 6 | 0 | ****** | ****** |
| setupConnections( ) definition ./ui/dialogs/auth_dialog.cpp:38 | 4 | 0 | 0 | ------ | ------ |
| verifyPassword( const QString &, const UserDTO & ) definition ./ui/dialogs/auth_dialog.cpp:90 | 5 | 1 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QString [V] pass by reference ./ui/dialogs/auth_dialog.cpp:82pass by reference ./ui/dialogs/auth_dialog.cpp:82pass by reference ./ui/dialogs/auth_dialog.cpp:90QWidget [V] pass by reference ./ui/dialogs/auth_dialog.cpp:14UserDTO [V] pass by reference ./ui/dialogs/auth_dialog.cpp:91 |