| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 33 | ****** |
| McCabe's Cyclomatic Number | MVG | 4 | ****** |
| Lines of Comment | COM | 0 | ******** |
| LOC/COM | L_C | ****** | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 11 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 11 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 1 | |
| Coupling between objects | CBO | 1 | |
| 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 |
|---|---|---|---|---|---|
definition
./components/ogre/ogreopcode/include/GEN_List.h:37 |
6 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| GEN_Link( ) definition ./components/ogre/ogreopcode/include/GEN_List.h:39 | 1 | 0 | 0 | ------ | ------ |
| GEN_Link( GEN_Link *, GEN_Link * ) definition ./components/ogre/ogreopcode/include/GEN_List.h:40 | 1 | 0 | 0 | ------ | ------ |
| attachAfter( GEN_Link * ) definition ./components/ogre/ogreopcode/include/GEN_List.h:53 | 4 | 0 | 0 | ------ | ------ |
| attachBefore( GEN_Link * ) definition ./components/ogre/ogreopcode/include/GEN_List.h:48 | 4 | 0 | 0 | ------ | ------ |
| getNext( ) definition ./components/ogre/ogreopcode/include/GEN_List.h:42 | 1 | 1 | 0 | ------ | ------ |
| getPrev( ) definition ./components/ogre/ogreopcode/include/GEN_List.h:43 | 1 | 1 | 0 | ------ | ------ |
| insertAfter( GEN_Link * ) definition ./components/ogre/ogreopcode/include/GEN_List.h:63 | 4 | 0 | 0 | ------ | ------ |
| insertBefore( GEN_Link * ) definition ./components/ogre/ogreopcode/include/GEN_List.h:58 | 4 | 0 | 0 | ------ | ------ |
| isHead( ) definition ./components/ogre/ogreopcode/include/GEN_List.h:45 | 1 | 1 | 0 | ------ | ------ |
| isTail( ) definition ./components/ogre/ogreopcode/include/GEN_List.h:46 | 1 | 1 | 0 | ------ | ------ |
| remove( ) definition ./components/ogre/ogreopcode/include/GEN_List.h:68 | 5 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
BP_Endpoint [CV] inheritance ./components/ogre/ogreopcode/include/BP_Endpoint.h:24 |