| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 33 | ****** |
| McCabe's Cyclomatic Number | MVG | 3 | ****** |
| Lines of Comment | COM | 3 | ******** |
| LOC/COM | L_C | 11.000 | |
| MVG/COM | M_C | ------ | |
| 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 | 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
./src/SpringType.h:75 |
12 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| ColorChit( QWidget *, const char * ) definition ./src/SpringToolBar.cpp:9 | 5 | 0 | 3 | ------ | ------ |
| color( ) definition ./src/SpringToolBar.cpp:17 | 3 | 1 | 0 | ------ | ------ |
| color( const QColor & ) definition ./src/SpringToolBar.cpp:22 | 4 | 0 | 0 | ------ | ------ |
| mouseDoubleClickEvent( QMouseEvent * ) definition ./src/SpringToolBar.cpp:28 | 9 | 2 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QColor [V] pass by reference ./src/SpringToolBar.cpp:22QMouseEvent [V] pass by reference ./src/SpringToolBar.cpp:28QWidget [CV] inheritance ./src/SpringType.h:75pass by reference ./src/SpringToolBar.cpp:9 |