| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 257 | ****** |
| McCabe's Cyclomatic Number | MVG | 66 | ****** |
| Lines of Comment | COM | 59 | ******** |
| LOC/COM | L_C | 4.356 | |
| MVG/COM | M_C | 1.119 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 5 | |
| Information Flow measure ( inclusive ) | IF4 | 16 | ******** |
| Information Flow measure ( visible ) | IF4v | 16 | ******** |
| 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 |
|---|---|---|---|---|---|
| handle_close( ACE_HANDLE, ACE_Reactor_Mask ) definition ag/osm_ag_msgmanager.cpp:226 | 12 | 2 | 1 | ------ | ------ |
| handle_input( ACE_HANDLE ) definition ag/osm_ag_msgmanager.cpp:213 | 11 | 1 | 0 | ------ | ------ |
| open( void * ) definition ag/osm_ag_msgmanager.cpp:54 | 91 | 23 | 11 | 8.273 | 2.091 |
| put( ACE_Message_Block *, ACE_Time_Value * ) definition ag/osm_ag_msgmanager.cpp:175 | 26 | 8 | 5 | 5.200 | 1.600 |
| send( ... ) definition ag/osm_ag_msgmanager.cpp:330 | 61 | 12 | 20 | 3.050 | 0.600 |
| svc( ) definition ag/osm_ag_msgmanager.cpp:245 | 56 | 20 | 22 | 2.545 | 0.909 |
| Clients | Suppliers |
|---|---|
|
OSM_AG_MsgConnector [V] pass by reference ag/osm_ag_msgmanager.cpp:433pass by reference ag/osm_ag_msgmanager.cpp:449pass by reference ag/osm_ag_msgmanager.cpp:450 |
ACE_HANDLE [CV] pass by value ag/osm_ag_msgmanager.cpp:213pass by value ag/osm_ag_msgmanager.cpp:226ACE_Message_Block [V] pass by reference ag/osm_ag_msgmanager.cpp:175ACE_Reactor_Mask [CV] pass by value ag/osm_ag_msgmanager.cpp:226ACE_Time_Value [V] pass by reference ag/osm_ag_msgmanager.cpp:175 |