| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 104 | 10 |
| McCabe's Cyclomatic Number | MVG | 10 | 1 |
| Lines of Comment | COM | 7 | 0.700 |
| LOC/COM | L_C | 14.857 | |
| MVG/COM | M_C | 1.429 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 10 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 2 | |
| 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 |
|---|---|---|---|---|---|
| DirectoriesManagementWidget( QWidget * ) definition ./ui/widgets/directories_management_widget.cpp:26 | 10 | 0 | 7 | ------ | ------ |
| initializeModels( ) definition ./ui/widgets/directories_management_widget.cpp:58 | 14 | 3 | 0 | ------ | ------ |
| initializeRepositories( ) definition ./ui/widgets/directories_management_widget.cpp:38 | 15 | 3 | 0 | ------ | ------ |
| onGenreFieldRetrieved( const QSqlField & ) definition ./ui/widgets/directories_management_widget.cpp:144 | 4 | 0 | 0 | ------ | ------ |
| onPushButtonAddGenreClicked( ) definition ./ui/widgets/directories_management_widget.cpp:149 | 10 | 1 | 0 | ------ | ------ |
| onPushButtonAddHallClicked( ) definition ./ui/widgets/directories_management_widget.cpp:129 | 12 | 1 | 0 | ------ | ------ |
| onPushButtonAddMovieClicked( ) definition ./ui/widgets/directories_management_widget.cpp:108 | 17 | 2 | 0 | ------ | ------ |
| setupConnections( ) definition ./ui/widgets/directories_management_widget.cpp:94 | 10 | 0 | 0 | ------ | ------ |
| setupGenreFinder( ) definition ./ui/widgets/directories_management_widget.cpp:77 | 7 | 0 | 0 | ------ | ------ |
| setupTableViews( ) definition ./ui/widgets/directories_management_widget.cpp:86 | 5 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QSqlField [V] pass by reference ./ui/widgets/directories_management_widget.cpp:145QWidget [V] pass by reference ./ui/widgets/directories_management_widget.cpp:26 |