Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 5 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 26 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 2 | |
Coupling between objects | CBO | 3 | |
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/random.h:30 |
3 | 0 | 26 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
rand( void ) declaration common/random.h:35 | 1 | 0 | 0 | ------ | ------ |
~IRealRandom( void ) definition common/random.h:36 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
ORandom [CV] inheritance common/orandom.h:34 Random [V] pass by reference common/random.cc:27 pass by reference common/random.h:55 has by reference common/random.h:116 SRandom [CV] inheritance common/srandom.h:38 |