| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 345 | ****** |
| McCabe's Cyclomatic Number | MVG | 79 | ****** |
| Lines of Comment | COM | 356 | ******** |
| LOC/COM | L_C | 0.969 | |
| MVG/COM | M_C | 0.222 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 16 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 16 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 0 | |
| 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 |
|---|---|---|---|---|---|
| AppEventLoop( void ) definition AppMain.c:766 | 15 | 4 | 14 | ------ | ------ |
| AppHandleEvent( EventType * ) definition AppMain.c:679 | 20 | 5 | 20 | 1.000 | 0.250 |
| AppStart( void ) definition AppMain.c:724 | 5 | 1 | 14 | ------ | ------ |
| AppStop( void ) definition AppMain.c:745 | 4 | 0 | 15 | ------ | ------ |
| ClearResults( void ) declaration AppMain.c:89definition AppMain.c:162 | 13 | 0 | 12 | ------ | ------ |
| GetAddr( UInt16, NetIPAddr *, UInt16 * ) declaration AppMain.c:92definition AppMain.c:287 | 24 | 10 | 26 | 0.923 | 0.385 |
| GetObjectPtr( UInt16 ) definition AppMain.c:461 | 6 | 1 | 16 | ------ | ------ |
| GetValue( UInt16, Int32 * ) declaration AppMain.c:90definition AppMain.c:188 | 17 | 7 | 13 | ------ | 0.538 |
| MainFormDoCommand( UInt16 ) definition AppMain.c:575 | 26 | 5 | 21 | 1.238 | 0.238 |
| MainFormHandleEvent( EventType * ) definition AppMain.c:621 | 18 | 6 | 35 | ------ | 0.171 |
| MainFormInit( FormPtr ) definition AppMain.c:485 | 4 | 0 | 14 | ------ | ------ |
| MainTransferFormHandleEvent( EventPtr ) definition AppMain.c:511 | 32 | 9 | 24 | 1.333 | 0.375 |
| PilotMain( UInt16, MemPtr, UInt16 ) definition AppMain.c:811 | 15 | 5 | 21 | ------ | 0.238 |
| SendTCP( void ) declaration AppMain.c:95definition AppMain.c:330 | 92 | 12 | 55 | 1.673 | 0.218 |
| SetValue( UInt16, Int32 ) declaration AppMain.c:91definition AppMain.c:226 | 31 | 10 | 15 | 2.067 | 0.667 |
| ShowResult( UInt16, Err ) declaration AppMain.c:88definition AppMain.c:123 | 23 | 4 | 41 | 0.561 | ------ |
| Clients | Suppliers |
|---|---|