Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 156 | ****** |
McCabe's Cyclomatic Number | MVG | 14 | ****** |
Lines of Comment | COM | 24 | ******** |
LOC/COM | L_C | 6.500 | |
MVG/COM | M_C | 0.583 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 16 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 4 | |
Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
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 |
---|---|---|---|---|---|
Application( const string, const string, const ConfigMap & ) definition ./main/Application.cpp:67 | 12 | 0 | 0 | ------ | ------ |
Server_GotView( View * ) definition ./main/Application.cpp:233 | 4 | 0 | 0 | ------ | ------ |
getErisPolling( ) definition ./main/Application.cpp:288 | 4 | 1 | 0 | ------ | ------ |
getMainView( ) definition ./main/Application.cpp:238 | 4 | 1 | 0 | ------ | ------ |
initializeServices( ) definition ./main/Application.cpp:140 | 45 | 5 | 19 | 2.368 | 0.263 |
mainLoop( ) definition ./main/Application.cpp:129 | 7 | 1 | 0 | ------ | ------ |
mainLoopStep( ) definition ./main/Application.cpp:100 | 28 | 2 | 0 | ****** | ------ |
prepareComponents( ) definition ./main/Application.cpp:137 | 3 | 0 | 0 | ------ | ------ |
quit( ) definition ./main/Application.cpp:274 | 4 | 0 | 0 | ------ | ------ |
registerComponents( ) definition ./main/Application.cpp:94 | 4 | 0 | 0 | ------ | ------ |
requestQuit( ) definition ./main/Application.cpp:263 | 8 | 1 | 2 | ------ | ------ |
runCommand( const string &, const string & ) definition ./main/Application.cpp:279 | 3 | 0 | 0 | ------ | ------ |
setErisPolling( bool ) definition ./main/Application.cpp:283 | 4 | 0 | 0 | ------ | ------ |
shouldQuit( ) definition ./main/Application.cpp:258 | 4 | 1 | 0 | ------ | ------ |
start( ) definition ./main/Application.cpp:243 | 13 | 2 | 1 | ------ | ------ |
~Application( ) definition ./main/Application.cpp:82 | 9 | 0 | 2 | ------ | ------ |
Clients | Suppliers |
---|---|
ConfigMap [V] pass by reference ./main/Application.cpp:67 View [V] pass by reference ./main/Application.cpp:233 bool [CV] pass by value ./main/Application.cpp:283 string [CV] pass by value ./main/Application.cpp:67 pass by value ./main/Application.cpp:67 pass by reference ./main/Application.cpp:279 pass by reference ./main/Application.cpp:279 |