Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 17 | ****** |
McCabe's Cyclomatic Number | MVG | 2 | ****** |
Lines of Comment | COM | 53 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
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 | 1 | |
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
common/orandom.h:34 |
4 | 0 | 25 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
getSeed( void ) definition common/orandom.cc:35 declaration common/orandom.h:50 | 4 | 1 | 3 | ------ | ------ |
rand( void ) definition common/orandom.cc:30 declaration common/orandom.h:45 | 5 | 1 | 3 | ------ | ------ |
setSeed( long ) definition common/orandom.cc:26 declaration common/orandom.h:40 | 4 | 0 | 22 | ------ | ------ |
Clients | Suppliers |
---|---|
IRealRandom [CV] inheritance common/orandom.h:34 |