Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 20 | ****** |
McCabe's Cyclomatic Number | MVG | 5 | ****** |
Lines of Comment | COM | 13 | ******** |
LOC/COM | L_C | 1.538 | |
MVG/COM | M_C | 0.385 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
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 |
---|---|---|---|---|---|
No module extents have been identified for this module | |||||
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
getInstance( ) definition nodefactory.cpp:40 | 6 | 2 | 3 | ------ | ------ |
produce( int ) definition nodefactory.cpp:31 | 5 | 1 | 4 | ------ | ------ |
registerPrototype( BaseNode * ) definition nodefactory.cpp:22 | 4 | 1 | 3 | ------ | ------ |
~NodeFactory( ) definition nodefactory.cpp:12 | 5 | 1 | 3 | ------ | ------ |
Clients | Suppliers |
---|---|
BaseNode [V] pass by reference nodefactory.cpp:22 |