Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 7 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 21 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 4 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 2 | |
Information Flow measure ( inclusive ) | IF4 | 1 | ******** |
Information Flow measure ( visible ) | IF4v | 1 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
common/popobserver.h:33 |
3 | 0 | 6 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
changeId( unsigned, unsigned ) declaration common/popobserver.h:52 | 1 | 0 | 7 | ------ | ------ |
notifyChange( unsigned ) declaration common/popobserver.h:44 | 1 | 0 | 5 | ------ | ------ |
reset( void ) declaration common/popobserver.h:38 | 1 | 0 | 3 | ------ | ------ |
~PopulationObserver( void ) definition common/popobserver.h:53 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
PopulationReal [V] pass by reference common/populationreal.cc:33 pass by reference common/populationreal.h:161 |
unsigned [CV] pass by value common/popobserver.h:44 pass by value common/popobserver.h:52 pass by value common/popobserver.h:52 |