Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 57 | ****** |
McCabe's Cyclomatic Number | MVG | 18 | ****** |
Lines of Comment | COM | 25 | ******** |
LOC/COM | L_C | 2.280 | |
MVG/COM | M_C | 0.720 | |
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 | 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 |
---|---|---|---|---|---|
ObjectNode( ) definition nodes.cpp:87 | 4 | 0 | 5 | ------ | ------ |
draw( QPainter & ) definition nodes.cpp:123 | 24 | 1 | 4 | 6.000 | ------ |
getStaticMetaObject( ) definition moc_nodes.cpp:46 | 1 | 1 | 0 | ------ | ------ |
hitTest( const QPoint & ) definition nodes.cpp:109 | 10 | 6 | 16 | ------ | 0.375 |
metaObject( ) definition moc_nodes.cpp:49 | 4 | 2 | 0 | ------ | ------ |
qt_metacall( Call, int, void ** ) definition moc_nodes.cpp:62 | 7 | 3 | 0 | ------ | ------ |
qt_metacast( const char * ) definition moc_nodes.cpp:54 | 7 | 5 | 0 | ------ | ****** |
Clients | Suppliers |
---|---|
Call [CV] pass by value moc_nodes.cpp:62 QPainter [V] pass by reference nodes.cpp:123 QPoint [V] pass by reference nodes.cpp:109 |