| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 222 | ****** |
| McCabe's Cyclomatic Number | MVG | 48 | ****** |
| Lines of Comment | COM | 48 | ******** |
| LOC/COM | L_C | 4.625 | |
| MVG/COM | M_C | 1.000 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 8 | |
| 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 | 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 |
|---|---|---|---|---|---|
| ClearResults( void ) definition UIControl.cpp:59 | 12 | 0 | 0 | ------ | ------ |
| ConnectFormHandleEvent( EventType * ) definition UIControl.cpp:271 | 25 | 5 | 6 | 4.167 | 0.833 |
| GetAddr( UInt16, NetIPAddr *, UInt16 * ) definition UIControl.cpp:128 | 23 | 10 | 1 | 23.000 | 10.000 |
| GetValue( UInt16, Int32 * ) definition UIControl.cpp:72 | 16 | 7 | 0 | ------ | ****** |
| SendTCP( void ) definition UIControl.cpp:156 | 91 | 12 | 38 | 2.395 | 0.316 |
| SetValue( UInt16, Int32 ) definition UIControl.cpp:92 | 30 | 10 | 0 | ****** | ****** |
| ShowResult( UInt16, Err ) definition UIControl.cpp:32 | 22 | 4 | 3 | 7.333 | ------ |
| UIControl( ) definition UIControl.cpp:28 | 3 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
Err [CV] pass by value UIControl.cpp:32EventType [V] pass by reference UIControl.cpp:271Int32 [CV] pass by reference UIControl.cpp:72pass by value UIControl.cpp:92NetIPAddr [V] pass by reference UIControl.cpp:128UInt16 [CV] pass by value UIControl.cpp:32pass by value UIControl.cpp:72pass by value UIControl.cpp:92pass by value UIControl.cpp:128pass by reference UIControl.cpp:128 |