| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 245 | ****** |
| McCabe's Cyclomatic Number | MVG | 59 | ****** |
| Lines of Comment | COM | 273 | ******** |
| LOC/COM | L_C | 0.897 | |
| MVG/COM | M_C | 0.216 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 10 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 7 | |
| 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 NetControls.cpp:127 | 3 | 0 | 23 | ------ | ------ |
| EstablishConnection( void ) definition NetControls.cpp:286 | 10 | 2 | 8 | ------ | ------ |
| GetAddr( UInt16, NetIPAddr *, UInt16 * ) definition NetControls.cpp:252 | 23 | 10 | 23 | 1.000 | 0.435 |
| GetValue( UInt16, Int32 * ) definition NetControls.cpp:156 | 16 | 7 | 13 | ------ | 0.538 |
| MainFormInit( FormPtr ) definition NetControls.cpp:511 | 4 | 0 | 38 | ------ | ------ |
| RomVersionCompatible( UInt32, UInt16 ) definition NetControls.cpp:446 | 16 | 5 | 23 | ------ | 0.217 |
| SendTCP( void ) definition NetControls.cpp:312 | 91 | 12 | 51 | 1.784 | 0.235 |
| SetValue( UInt16, Int32 ) definition NetControls.cpp:193 | 29 | 10 | 17 | 1.706 | 0.588 |
| ShowResult( UInt16, Err ) definition NetControls.cpp:88 | 22 | 4 | 24 | 0.917 | ------ |
| TransferFormHandleEvent( EventPtr ) definition NetControls.cpp:567 | 31 | 9 | 53 | 0.585 | 0.170 |
| Clients | Suppliers |
|---|---|
|
Err [CV] pass by value NetControls.cpp:88EventPtr [CV] pass by value NetControls.cpp:567FormPtr [CV] pass by value NetControls.cpp:511Int32 [CV] pass by reference NetControls.cpp:156pass by value NetControls.cpp:193NetIPAddr [V] pass by reference NetControls.cpp:252UInt16 [CV] pass by value NetControls.cpp:88pass by value NetControls.cpp:156pass by value NetControls.cpp:193pass by value NetControls.cpp:252pass by reference NetControls.cpp:252pass by value NetControls.cpp:446UInt32 [CV] pass by value NetControls.cpp:446 |