| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 84 | ****** |
| McCabe's Cyclomatic Number | MVG | 5 | ****** |
| Lines of Comment | COM | 2 | ******** |
| LOC/COM | L_C | 42.000 | |
| MVG/COM | M_C | 2.500 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 4 | |
| 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
./src/SimToolBar.h:18 |
24 | 0 | 2 | 12.000 | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| SimToolBar( QMainWindow *, const char * ) definition ./src/SimToolBar.cpp:3 | 36 | 1 | 0 | ****** | ------ |
| loadPixmap( QPixmap & ) definition ./src/SimToolBar.cpp:65 | 14 | 4 | 0 | ------ | ------ |
| setButtonOn( bool ) definition ./src/SimToolBar.cpp:50 | 3 | 0 | 0 | ------ | ------ |
| setValues( SimData & ) definition ./src/SimToolBar.cpp:56 | 7 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QMainWindow [V] pass by reference ./src/SimToolBar.cpp:3QPixmap [V] pass by reference ./src/SimToolBar.cpp:65QToolBar [CV] inheritance ./src/SimToolBar.h:18bool [CV] pass by value ./src/SimToolBar.cpp:50 |