| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 31 | 3 |
| McCabe's Cyclomatic Number | MVG | 6 | 1 |
| Lines of Comment | COM | 0 | 0.000 |
| LOC/COM | L_C | ****** | |
| MVG/COM | M_C | ****** | |
| 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 |
|---|---|---|---|---|---|
| TableInfoSQLite( ) definition ./data/sql/table_info_sqlite.cpp:7 | 1 | 0 | 0 | ------ | ------ |
| TableInfoSQLite( const QString & ) definition ./data/sql/table_info_sqlite.cpp:9 | 4 | 0 | 0 | ------ | ------ |
| columnIndex( const QString & ) definition ./data/sql/table_info_sqlite.cpp:98 | 0 | 0 | 0 | ------ | ------ |
| columnName( qint32 ) definition ./data/sql/table_info_sqlite.cpp:102 | 0 | 0 | 0 | ------ | ------ |
| columnNames( ) definition ./data/sql/table_info_sqlite.cpp:86 | 0 | 0 | 0 | ------ | ------ |
| databaseTableName( ) declaration ./data/sql/table_info_sqlite.cpp:49 | 0 | 0 | 0 | ------ | ------ |
| foreignKeyTable( const QString & ) definition ./data/sql/table_info_sqlite.cpp:54 | 0 | 0 | 0 | ------ | ------ |
| isPrimaryKey( const QString & ) definition ./data/sql/table_info_sqlite.cpp:90 | 0 | 0 | 0 | ------ | ------ |
| loadColumnInfo( ) definition ./data/sql/table_info_sqlite.cpp:14 | 26 | 6 | 0 | ****** | ****** |
| Clients | Suppliers |
|---|---|
|
QString [V] pass by reference ./data/sql/table_info_sqlite.cpp:9pass by reference ./data/sql/table_info_sqlite.cpp:54pass by reference ./data/sql/table_info_sqlite.cpp:90pass by reference ./data/sql/table_info_sqlite.cpp:98qint32 [CV] pass by value ./data/sql/table_info_sqlite.cpp:102 |