| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 62 | 7 |
| McCabe's Cyclomatic Number | MVG | 10 | 1 |
| Lines of Comment | COM | 3 | 0.333 |
| LOC/COM | L_C | 20.667 | |
| MVG/COM | M_C | 3.333 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 9 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 1 | |
| 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 |
|---|---|---|---|---|---|
| ModelManager( ) definition ./core/services/model_manager.cpp:11 | 8 | 2 | 1 | ------ | ------ |
| getModel( const QString & ) definition ./core/services/model_manager.cpp:75 | 9 | 3 | 0 | ------ | ------ |
| initialize( ) definition ./core/services/model_manager.cpp:49 | 15 | 0 | 2 | ------ | ------ |
| instance( ) definition ./core/services/model_manager.cpp:27 | 4 | 1 | 0 | ------ | ------ |
| registeredModelTableNames( ) definition ./core/services/model_manager.cpp:32 | 3 | 1 | 0 | ------ | ------ |
| registeredModelTableNames( QString ) definition ./core/services/model_manager.cpp:37 | 11 | 3 | 0 | ------ | ------ |
| resetFilter( const QString & ) definition ./core/services/model_manager.cpp:86 | 4 | 0 | 0 | ------ | ------ |
| setMultiColumnFilter( const QString &, const QString & ) definition ./core/services/model_manager.cpp:91 | 5 | 0 | 0 | ------ | ------ |
| ~ModelManager( ) definition ./core/services/model_manager.cpp:23 | 3 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QString [CV] pass by value ./core/services/model_manager.cpp:37pass by reference ./core/services/model_manager.cpp:75pass by reference ./core/services/model_manager.cpp:86pass by reference ./core/services/model_manager.cpp:91pass by reference ./core/services/model_manager.cpp:92 |