| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 193 | ****** |
| McCabe's Cyclomatic Number | MVG | 43 | ****** |
| Lines of Comment | COM | 42 | ******** |
| LOC/COM | L_C | 4.595 | |
| MVG/COM | M_C | 1.024 | |
| 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 | 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 |
|---|---|---|---|---|---|
| ClearResults( void ) definition UIControl.cpp:53 | 12 | 0 | 0 | ------ | ------ |
| GetAddr( UInt16, NetIPAddr *, UInt16 * ) definition UIControl.cpp:122 | 23 | 10 | 1 | 23.000 | 10.000 |
| GetValue( UInt16, Int32 * ) definition UIControl.cpp:66 | 16 | 7 | 0 | ------ | ****** |
| SendTCP( void ) definition UIControl.cpp:150 | 90 | 12 | 38 | 2.368 | 0.316 |
| SetValue( UInt16, Int32 ) definition UIControl.cpp:86 | 30 | 10 | 0 | ****** | ****** |
| ShowResult( UInt16, Err ) definition UIControl.cpp:26 | 22 | 4 | 3 | 7.333 | ------ |
| Clients | Suppliers |
|---|---|
|
Err [CV] pass by value UIControl.cpp:26Int32 [CV] pass by reference UIControl.cpp:66pass by value UIControl.cpp:86NetIPAddr [V] pass by reference UIControl.cpp:122UInt16 [CV] pass by value UIControl.cpp:26pass by value UIControl.cpp:66pass by value UIControl.cpp:86pass by value UIControl.cpp:122pass by reference UIControl.cpp:122 |