Detailed report on module AuthDialog

MetricTagOverallPer Function
Lines of CodeLOC 60 9
McCabe's Cyclomatic NumberMVG 11 2
Lines of CommentCOM 1 0.143
LOC/COML_C60.000 
MVG/COMM_C11.000 
Weighted Methods per Class (  weighting = unity )WMC1 7 
Weighted Methods per Class (  weighting = visible )WMCv 0 
Depth of Inheritance TreeDIT 0 
Number of ChildrenNOC 0 
Coupling between objectsCBO 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

Definitions and Declarations

DescriptionLOCMVGCOML_CM_C
No module extents have been identified for this module

Functions

Function prototypeLOCMVGCOML_CM_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------------

Relationships

ClientsSuppliers
  QString [V]
pass by reference   ./ui/dialogs/auth_dialog.cpp:82
pass by reference   ./ui/dialogs/auth_dialog.cpp:82
pass by reference   ./ui/dialogs/auth_dialog.cpp:90


QWidget [V]
pass by reference   ./ui/dialogs/auth_dialog.cpp:14


UserDTO [V]
pass by reference   ./ui/dialogs/auth_dialog.cpp:91