| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 80 | ****** |
| McCabe's Cyclomatic Number | MVG | 3 | ****** |
| Lines of Comment | COM | 35 | ******** |
| LOC/COM | L_C | 2.286 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 9 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 2 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 6 | |
| 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
./services/wfut/WfutService.h:41 |
15 | 0 | 26 | ------ | ------ |
declaration
./services/EmberServices.h:38 |
1 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| WfutService( ) declaration ./services/wfut/WfutService.h:44definition ./services/wfut/WfutService.cpp:35 | 9 | 0 | 0 | ------ | ------ |
| poll( ) declaration ./services/wfut/WfutService.h:61definition ./services/wfut/WfutService.cpp:71 | 9 | 2 | 5 | ------ | ------ |
| start( ) declaration ./services/wfut/WfutService.h:48definition ./services/wfut/WfutService.cpp:50 | 6 | 1 | 0 | ------ | ------ |
| startUpdate( const string &, const string &, const string &, const string & ) declaration ./services/wfut/WfutService.h:51definition ./services/wfut/WfutService.cpp:61 | 12 | 0 | 4 | ------ | ------ |
| wfutSession_DownloadComplete( const string &, const string & ) declaration ./services/wfut/WfutService.h:97definition ./services/wfut/WfutService.cpp:80 | 6 | 0 | 0 | ------ | ------ |
| wfutSession_DownloadFailed( const string &, const string &, const string & ) declaration ./services/wfut/WfutService.h:98definition ./services/wfut/WfutService.cpp:86 | 6 | 0 | 0 | ------ | ------ |
| wfutSession_ServerListDownloading( const string & ) declaration ./services/wfut/WfutService.h:99definition ./services/wfut/WfutService.cpp:92 | 6 | 0 | 0 | ------ | ------ |
| wfutSession_UpdatesCalculated( size_t ) declaration ./services/wfut/WfutService.h:100definition ./services/wfut/WfutService.cpp:98 | 6 | 0 | 0 | ------ | ------ |
| ~WfutService( ) declaration ./services/wfut/WfutService.h:46definition ./services/wfut/WfutService.cpp:46 | 4 | 0 | 0 | ------ | ------ |