| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 53 | 7 |
| McCabe's Cyclomatic Number | MVG | 9 | 1 |
| Lines of Comment | COM | 17 | 2.125 |
| LOC/COM | L_C | 3.118 | |
| MVG/COM | M_C | 0.529 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 8 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 4 | |
| 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 |
|---|---|---|---|---|---|
| BaseSqlTableModel( QObject *, QSqlDatabase ) definition ./ui/models/base_sql_table_model.cpp:8 | 2 | 0 | 0 | ------ | ------ |
| createMultiColumnFilter( const QString & ) definition ./ui/models/base_sql_table_model.cpp:68 | 7 | 2 | 0 | ------ | ------ |
| createUpdateFilterMessage( const QString & ) definition ./ui/models/base_sql_table_model.cpp:79 | 14 | 2 | 0 | ------ | ------ |
| data( const QModelIndex &, int ) definition ./ui/models/base_sql_table_model.cpp:23 | 3 | 1 | 17 | ------ | ------ |
| refreshAll( ) definition ./ui/models/base_sql_table_model.cpp:11 | 10 | 2 | 0 | ------ | ------ |
| resetFilter( ) definition ./ui/models/base_sql_table_model.cpp:49 | 4 | 0 | 0 | ------ | ------ |
| setMultiColumnFilter( const QString & ) definition ./ui/models/base_sql_table_model.cpp:54 | 9 | 2 | 0 | ------ | ------ |
| setTable( const QString & ) definition ./ui/models/base_sql_table_model.cpp:44 | 4 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QModelIndex [V] pass by reference ./ui/models/base_sql_table_model.cpp:23QObject [V] pass by reference ./ui/models/base_sql_table_model.cpp:8QSqlDatabase [CV] pass by value ./ui/models/base_sql_table_model.cpp:8QString [V] pass by reference ./ui/models/base_sql_table_model.cpp:44pass by reference ./ui/models/base_sql_table_model.cpp:54pass by reference ./ui/models/base_sql_table_model.cpp:68pass by reference ./ui/models/base_sql_table_model.cpp:79 |