| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 47 | 9 |
| McCabe's Cyclomatic Number | MVG | 6 | 1 |
| Lines of Comment | COM | 4 | 0.800 |
| LOC/COM | L_C | 11.750 | |
| MVG/COM | M_C | 1.500 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
| 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 |
|---|---|---|---|---|---|
| RepositoryManager( ) definition ./core/services/repository_manager.cpp:14 | 8 | 2 | 0 | ------ | ------ |
| getRepository( const QString & ) definition ./core/services/repository_manager.cpp:71 | 11 | 3 | 0 | ------ | ------ |
| initialize( ) definition ./core/services/repository_manager.cpp:33 | 21 | 0 | 4 | 5.250 | ------ |
| instance( ) definition ./core/services/repository_manager.cpp:28 | 4 | 1 | 0 | ------ | ------ |
| ~RepositoryManager( ) definition ./core/services/repository_manager.cpp:24 | 3 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QString [V] pass by reference ./core/services/repository_manager.cpp:71 |