Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 34 | ****** |
McCabe's Cyclomatic Number | MVG | 3 | ****** |
Lines of Comment | COM | 14 | ******** |
LOC/COM | L_C | 2.429 | |
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 | 2 | |
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/problemtablefactory.h:49 |
7 | 0 | 4 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
ProblemTableFactory( unsigned, FUNCTION *, unsigned ) definition common/problemtablefactory.cc:25 declaration common/problemtablefactory.h:59 | 6 | 0 | 8 | ------ | ------ |
get( int ) definition common/problemtablefactory.cc:35 declaration common/problemtablefactory.h:61 | 18 | 3 | 2 | ------ | ------ |
~ProblemTableFactory( void ) definition common/problemtablefactory.cc:31 declaration common/problemtablefactory.h:60 | 3 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
ProblemFactory [CV] inheritance common/problemtablefactory.h:49 unsigned [CV] pass by value common/problemtablefactory.cc:25 pass by value common/problemtablefactory.cc:25 pass by value common/problemtablefactory.h:59 pass by value common/problemtablefactory.h:59 has by value common/problemtablefactory.h:64 has by value common/problemtablefactory.h:65 |