Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 57 | ****** |
McCabe's Cyclomatic Number | MVG | 2 | ****** |
Lines of Comment | COM | 0 | ******** |
LOC/COM | L_C | ****** | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
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/widgets/LoadingBar.h:56 |
7 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
WfutLoadingBarSection( LoadingBarSection & ) definition ./components/ogre/widgets/LoadingBar.cpp:328 declaration ./components/ogre/widgets/LoadingBar.h:59 | 11 | 0 | 0 | ------ | ------ |
wfutService_AllDownloadsComplete( ) definition ./components/ogre/widgets/LoadingBar.cpp:363 declaration ./components/ogre/widgets/LoadingBar.h:67 | 4 | 0 | 0 | ------ | ------ |
wfutService_DownloadComplete( const string &, const string & ) definition ./components/ogre/widgets/LoadingBar.cpp:341 declaration ./components/ogre/widgets/LoadingBar.h:63 | 11 | 1 | 0 | ------ | ------ |
wfutService_DownloadFailed( const string &, const string &, const string & ) definition ./components/ogre/widgets/LoadingBar.cpp:352 declaration ./components/ogre/widgets/LoadingBar.h:65 | 11 | 1 | 0 | ------ | ------ |
wfutService_DownloadingServerList( const string & ) definition ./components/ogre/widgets/LoadingBar.cpp:367 declaration ./components/ogre/widgets/LoadingBar.h:69 | 5 | 0 | 0 | ------ | ------ |
wfutService_UpdatesCalculated( int ) definition ./components/ogre/widgets/LoadingBar.cpp:372 declaration ./components/ogre/widgets/LoadingBar.h:71 | 5 | 0 | 0 | ------ | ------ |
~WfutLoadingBarSection( ) definition ./components/ogre/widgets/LoadingBar.cpp:338 declaration ./components/ogre/widgets/LoadingBar.h:60 | 3 | 0 | 0 | ------ | ------ |