| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 9 | 4 |
| McCabe's Cyclomatic Number | MVG | 0 | 0 |
| Lines of Comment | COM | 0 | 0.000 |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 2 | |
| Coupling between objects | CBO | 3 | |
| Information Flow measure ( inclusive ) | IF4 | 4 | 2.000 |
| Information Flow measure ( visible ) | IF4v | 4 | 2.000 |
| Information Flow measure ( concrete ) | IF4c | 4 | 2.000 |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./core/services/range_limiter.h:7 |
8 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| RangeLimiter( ) definition ./core/services/range_limiter.h:18 | 1 | 0 | 0 | ------ | ------ |
| bounded( T ) declaration ./core/services/range_limiter.h:20 | 0 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
BaseGenerator [CV] inheritance ./core/services/base_generator.h:9DateTimeGenerator [CV] inheritance ./core/services/date_time_generator.h:7 |
T [CV] pass by value ./core/services/range_limiter.h:20 |