Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 176 | ****** |
McCabe's Cyclomatic Number | MVG | 47 | ****** |
Lines of Comment | COM | 76 | ******** |
LOC/COM | L_C | 2.316 | |
MVG/COM | M_C | 0.618 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 19 | |
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 |
---|---|---|---|---|---|
Document( ) definition document.cpp:8 | 3 | 0 | 2 | ------ | ------ |
createConnectionPoint1( const QPoint & ) definition document.cpp:124 | 7 | 2 | 6 | ------ | ------ |
createConnectionPoint2( const QPoint & ) definition document.cpp:138 | 17 | 4 | 9 | ------ | ------ |
createObject( const QPoint & ) definition document.cpp:96 | 14 | 1 | 8 | ------ | ------ |
drawList( QPainter & ) definition document.cpp:185 | 5 | 1 | 4 | ------ | ------ |
getIndexAt( const QPoint & ) definition document.cpp:66 | 10 | 4 | 0 | ------ | ------ |
getStaticMetaObject( ) definition moc_document.cpp:66 | 1 | 1 | 0 | ------ | ------ |
metaObject( ) definition moc_document.cpp:69 | 4 | 2 | 0 | ------ | ------ |
modelChanged( ) definition moc_document.cpp:106 | 4 | 0 | 1 | ------ | ------ |
moveSelectedObject( const QPoint & ) definition document.cpp:81 | 8 | 1 | 3 | ------ | ------ |
qt_metacall( Call, int, void ** ) definition moc_document.cpp:82 | 22 | 14 | 0 | ****** | ****** |
qt_metacast( const char * ) definition moc_document.cpp:74 | 7 | 5 | 0 | ------ | ****** |
removeObject( ) definition document.cpp:191 | 35 | 7 | 15 | 2.333 | 0.467 |
saveAsDocument( ) definition document.cpp:251 | 2 | 0 | 0 | ------ | ------ |
saveDocument( ) definition document.cpp:246 | 2 | 0 | 1 | ------ | ------ |
setNewObjectID( int ) definition document.cpp:62 | 3 | 0 | 4 | ------ | ------ |
setSelectedObject( const QPoint & ) definition document.cpp:29 | 15 | 3 | 13 | ------ | ------ |
showPropertiesDialog( ) definition document.cpp:167 | 11 | 1 | 4 | ------ | ------ |
~Document( ) definition document.cpp:16 | 6 | 1 | 6 | ------ | ------ |
Clients | Suppliers |
---|---|
Call [CV] pass by value moc_document.cpp:82 QPainter [V] pass by reference document.cpp:185 QPoint [V] pass by reference document.cpp:29 pass by reference document.cpp:66 pass by reference document.cpp:81 pass by reference document.cpp:96 pass by reference document.cpp:124 pass by reference document.cpp:138 |