| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 290 | ****** |
| McCabe's Cyclomatic Number | MVG | 22 | ****** |
| Lines of Comment | COM | 24 | ******** |
| LOC/COM | L_C | 12.083 | |
| MVG/COM | M_C | 0.917 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 17 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 2 | |
| 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/SpringWindow.h:24 |
32 | 0 | 2 | 16.000 | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| SpringWindow( ) definition ./src/SpringWindow.cpp:38 | 109 | 0 | 22 | 4.955 | ------ |
| about( ) definition ./src/SpringWindow.cpp:343 | 6 | 0 | 0 | ------ | ------ |
| aboutQt( ) definition ./src/SpringWindow.cpp:351 | 4 | 0 | 0 | ------ | ------ |
| gridSize( ) definition ./src/SpringWindow.cpp:362 | 7 | 1 | 0 | ------ | ------ |
| message( char * ) definition ./src/SpringWindow.cpp:197 | 4 | 0 | 0 | ------ | ------ |
| newDoc( ) definition ./src/SpringWindow.cpp:249 | 7 | 0 | 0 | ------ | ------ |
| openFile( ) definition ./src/SpringWindow.cpp:259 | 21 | 4 | 0 | ****** | ------ |
| openMenuAction( ) definition ./src/SpringWindow.cpp:282 | 11 | 2 | 0 | ------ | ------ |
| save( ) definition ./src/SpringWindow.cpp:296 | 8 | 2 | 0 | ------ | ------ |
| saveAs( ) definition ./src/SpringWindow.cpp:306 | 12 | 2 | 0 | ------ | ------ |
| saveFile( QString & ) definition ./src/SpringWindow.cpp:320 | 18 | 3 | 0 | ------ | ------ |
| showDialog( ) definition ./src/SpringWindow.cpp:357 | 3 | 0 | 0 | ------ | ------ |
| truncateFilename( QString & ) definition ./src/SpringWindow.cpp:372 | 6 | 3 | 0 | ------ | ------ |
| updateEditMenu( ) definition ./src/SpringWindow.cpp:216 | 11 | 1 | 0 | ------ | ------ |
| updateSimMenu( ) definition ./src/SpringWindow.cpp:202 | 11 | 1 | 0 | ------ | ------ |
| updateSolverMenu( ) definition ./src/SpringWindow.cpp:229 | 18 | 3 | 0 | ------ | ------ |
| ~SpringWindow( ) definition ./src/SpringWindow.cpp:193 | 2 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QMainWindow [CV] inheritance ./src/SpringWindow.h:24QString [V] pass by reference ./src/SpringWindow.cpp:320pass by reference ./src/SpringWindow.cpp:372 |