| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 63 | ****** |
| McCabe's Cyclomatic Number | MVG | 14 | ****** |
| Lines of Comment | COM | 10 | ******** |
| LOC/COM | L_C | 6.300 | |
| MVG/COM | M_C | 1.400 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 3 | |
| 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/ODESolver.h:32 |
7 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| MidPoint( ParticleSystem * ) declaration ./src/ODESolver.h:35definition ./src/MidPoint.cpp:4 | 9 | 1 | 0 | ------ | ------ |
| update( float ) declaration ./src/ODESolver.h:37definition ./src/MidPoint.cpp:19 | 43 | 13 | 10 | 4.300 | 1.300 |
| ~MidPoint( ) declaration ./src/ODESolver.h:36definition ./src/MidPoint.cpp:15 | 4 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
ODESolver [CV] inheritance ./src/ODESolver.h:32ParticleSystem [V] pass by reference ./src/ODESolver.h:35pass by reference ./src/MidPoint.cpp:4 |