Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 45 | ****** |
McCabe's Cyclomatic Number | MVG | 4 | ****** |
Lines of Comment | COM | 15 | ******** |
LOC/COM | L_C | 3.000 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
Information Flow measure ( inclusive ) | IF4 | 4 | ******** |
Information Flow measure ( visible ) | IF4v | 4 | ******** |
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 |
---|---|---|---|---|---|
BaseNode( ) definition nodes.cpp:20 | 4 | 0 | 10 | ------ | ------ |
addConnectedNode( BaseNode * ) definition nodes.cpp:29 | 3 | 0 | 0 | ------ | ------ |
addConnnectionPoint( const QPoint & ) definition nodes.cpp:25 | 3 | 0 | 0 | ------ | ------ |
getClosestConnectionPoint( const QPoint & ) definition nodes.cpp:37 | 22 | 3 | 1 | 22.000 | ------ |
getConnectedNodes( ) definition nodes.cpp:63 | 3 | 1 | 0 | ------ | ------ |
removeConnectedNode( BaseNode * ) definition nodes.cpp:33 | 3 | 0 | 0 | ------ | ------ |
setUpConnectionPoints( ) definition nodes.cpp:67 | 7 | 0 | 4 | ------ | ------ |
Clients | Suppliers |
---|---|
MainWindow [V] pass by reference mainwindow.cpp:59 NodeFactory [V] pass by reference nodefactory.cpp:22 |
QPoint [V] pass by reference nodes.cpp:25 pass by reference nodes.cpp:37 |