Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 45 | ****** |
McCabe's Cyclomatic Number | MVG | 9 | ****** |
Lines of Comment | COM | 61 | ******** |
LOC/COM | L_C | 0.738 | |
MVG/COM | M_C | 0.148 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 4 | |
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/srandom.h:38 |
6 | 0 | 26 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
SRandom( long ) definition common/srandom.cc:32 declaration common/srandom.h:46 | 4 | 0 | 6 | ------ | ------ |
getSeed( void ) definition common/srandom.cc:66 declaration common/srandom.h:62 | 4 | 1 | 3 | ------ | ------ |
rand( void ) definition common/srandom.cc:36 declaration common/srandom.h:57 | 26 | 8 | 4 | 6.500 | 2.000 |
setSeed( long ) definition common/srandom.cc:23 declaration common/srandom.h:52 | 5 | 0 | 22 | ------ | ------ |
Clients | Suppliers |
---|---|
IRealRandom [CV] inheritance common/srandom.h:38 |