| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 174 | 19 |
| McCabe's Cyclomatic Number | MVG | 82 | 9 |
| Lines of Comment | COM | 8 | 0.889 |
| LOC/COM | L_C | 21.750 | |
| MVG/COM | M_C | 10.250 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 9 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 2 | |
| Information Flow measure ( inclusive ) | IF4 | 0 | 0.000 |
| Information Flow measure ( visible ) | IF4v | 0 | 0.000 |
| Information Flow measure ( concrete ) | IF4c | 0 | 0.000 |
| 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 |
|---|---|---|---|---|---|
| displayError( QWidget *, const QString & ) definition ./ui/dialogs/error_dialog.cpp:39 | 28 | 6 | 0 | ****** | ****** |
| getDetailedMessage( int ) definition ./ui/dialogs/error_dialog.cpp:199 | 19 | 8 | 0 | ------ | ****** |
| getDialog( QWidget *, const QString & ) definition ./ui/dialogs/error_dialog.cpp:9 | 15 | 2 | 7 | ------ | ------ |
| handleCheckConstraint( const QString & ) definition ./ui/dialogs/error_dialog.cpp:169 | 28 | 17 | 0 | ****** | ****** |
| handleForeignKeyConstraint( const QString & ) definition ./ui/dialogs/error_dialog.cpp:144 | 19 | 11 | 0 | ------ | ****** |
| handleNotFoundErrors( const QString & ) definition ./ui/dialogs/error_dialog.cpp:75 | 21 | 13 | 1 | 21.000 | 13.000 |
| handlePrimaryKeyConstraint( ) definition ./ui/dialogs/error_dialog.cpp:165 | 3 | 1 | 0 | ------ | ------ |
| handleSqlConstraints( const QString & ) definition ./ui/dialogs/error_dialog.cpp:99 | 19 | 11 | 0 | ------ | ****** |
| handleUniqueConstraint( const QString & ) definition ./ui/dialogs/error_dialog.cpp:120 | 22 | 13 | 0 | ****** | ****** |
| Clients | Suppliers |
|---|---|
|
QString [V] pass by reference ./ui/dialogs/error_dialog.cpp:10pass by reference ./ui/dialogs/error_dialog.cpp:39pass by reference ./ui/dialogs/error_dialog.cpp:75pass by reference ./ui/dialogs/error_dialog.cpp:99pass by reference ./ui/dialogs/error_dialog.cpp:120pass by reference ./ui/dialogs/error_dialog.cpp:144pass by reference ./ui/dialogs/error_dialog.cpp:169QWidget [V] pass by reference ./ui/dialogs/error_dialog.cpp:9pass by reference ./ui/dialogs/error_dialog.cpp:39 |