Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 75 | ****** |
McCabe's Cyclomatic Number | MVG | 19 | ****** |
Lines of Comment | COM | 1 | ******** |
LOC/COM | L_C | 75.000 | |
MVG/COM | M_C | 19.000 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 9 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 7 | |
Information Flow measure ( inclusive ) | IF4 | 36 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 9 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/ogreopcode/include/BP_Endpoint.h:24 |
8 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
BP_Endpoint( ) definition ./components/ogre/ogreopcode/include/BP_Endpoint.h:28 | 1 | 0 | 0 | ------ | ------ |
BP_Endpoint( Real, Type, BP_Proxy *, GEN_List & ) definition ./components/ogre/ogreopcode/src/BP_Endpoint.cpp:19 declaration ./components/ogre/ogreopcode/include/BP_Endpoint.h:29 | 12 | 2 | 0 | ------ | ------ |
MT_sign( Real ) definition ./components/ogre/ogreopcode/include/BP_Endpoint.h:48 | 4 | 3 | 0 | ------ | ------ |
encounters( const BP_Endpoint &, const BP_Endpoint &, BP_Scene &, T_Overlap ) declaration ./components/ogre/ogreopcode/include/BP_Endpoint.h:38 | 2 | 0 | 0 | ------ | ------ |
getPos( ) definition ./components/ogre/ogreopcode/include/BP_Endpoint.h:33 | 1 | 1 | 0 | ------ | ------ |
move( Real, BP_Scene &, T_Overlap ) definition ./components/ogre/ogreopcode/src/BP_Endpoint.cpp:55 declaration ./components/ogre/ogreopcode/include/BP_Endpoint.h:36 | 38 | 12 | 1 | 38.000 | 12.000 |
operator <( const BP_Endpoint &, const BP_Endpoint & ) declaration ./components/ogre/ogreopcode/include/BP_Endpoint.h:41 | 1 | 0 | 0 | ------ | ------ |
setPos( Real ) definition ./components/ogre/ogreopcode/include/BP_Endpoint.h:34 | 1 | 0 | 0 | ------ | ------ |
~BP_Endpoint( ) definition ./components/ogre/ogreopcode/src/BP_Endpoint.cpp:31 declaration ./components/ogre/ogreopcode/include/BP_Endpoint.h:31 | 7 | 1 | 0 | ------ | ------ |