| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 107 | 10 |
| McCabe's Cyclomatic Number | MVG | 14 | 1 |
| Lines of Comment | COM | 6 | 0.545 |
| LOC/COM | L_C | 17.833 | |
| MVG/COM | M_C | 2.333 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 11 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 5 | |
| 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 |
|---|---|---|---|---|---|
| EntityDeleterWidget( QWidget * ) definition ./ui/widgets/entity_deleter_widget.cpp:15 | 6 | 0 | 0 | ------ | ------ |
| deleteEntityById( ) definition ./ui/widgets/entity_deleter_widget.cpp:83definition ./ui/widgets/entity_deleter_widget.cpp:90definition ./ui/widgets/entity_deleter_widget.cpp:97definition ./ui/widgets/entity_deleter_widget.cpp:104definition ./ui/widgets/entity_deleter_widget.cpp:111definition ./ui/widgets/entity_deleter_widget.cpp:118 | 24 | 6 | 0 | ****** | ****** |
| onComboBoxCurrentTableCurrentIndexChanged( int ) definition ./ui/widgets/entity_deleter_widget.cpp:61 | 7 | 0 | 0 | ------ | ------ |
| onFieldRetrieved( const QSqlField & ) definition ./ui/widgets/entity_deleter_widget.cpp:71 | 3 | 0 | 0 | ------ | ------ |
| onPushButtonDeleteEntityClicked( ) definition ./ui/widgets/entity_deleter_widget.cpp:123 | 28 | 6 | 4 | 7.000 | 1.500 |
| onRecordRetrieved( const QSqlRecord & ) definition ./ui/widgets/entity_deleter_widget.cpp:75 | 3 | 0 | 2 | ------ | ------ |
| refreshEntityFinder( ) definition ./ui/widgets/entity_deleter_widget.cpp:54 | 5 | 0 | 0 | ------ | ------ |
| setupComboBoxCurrentTable( ) definition ./ui/widgets/entity_deleter_widget.cpp:23 | 9 | 1 | 0 | ------ | ------ |
| setupConnections( ) definition ./ui/widgets/entity_deleter_widget.cpp:35 | 10 | 0 | 0 | ------ | ------ |
| setupEntityFinder( ) definition ./ui/widgets/entity_deleter_widget.cpp:49 | 4 | 0 | 0 | ------ | ------ |
| showMessageDialog( const RepositoryResult &, const QString & ) definition ./ui/widgets/entity_deleter_widget.cpp:172 | 8 | 1 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QSqlField [V] pass by reference ./ui/widgets/entity_deleter_widget.cpp:71QSqlRecord [V] pass by reference ./ui/widgets/entity_deleter_widget.cpp:75QString [V] pass by reference ./ui/widgets/entity_deleter_widget.cpp:173QWidget [V] pass by reference ./ui/widgets/entity_deleter_widget.cpp:15RepositoryResult [V] pass by reference ./ui/widgets/entity_deleter_widget.cpp:172 |