| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 80 | 11 |
| McCabe's Cyclomatic Number | MVG | 28 | 4 |
| Lines of Comment | COM | 10 | 1.429 |
| LOC/COM | L_C | 8.000 | |
| MVG/COM | M_C | 2.800 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
| 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 | 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 |
|---|---|---|---|---|---|
| ExecuteSqlFile( QSqlDatabase & ) definition ./core/db/execute_sql_file.cpp:5 | 3 | 0 | 2 | ------ | ------ |
| executeStatement( const QString & ) definition ./core/db/execute_sql_file.cpp:101 | 8 | 3 | 0 | ------ | ------ |
| filterLine( QString & ) definition ./core/db/execute_sql_file.cpp:96 | 4 | 1 | 2 | ------ | ------ |
| operator ( )( const QString & ) definition ./core/db/execute_sql_file.cpp:10 | 17 | 5 | 1 | ------ | 5.000 |
| processDelimiterChange( QString & ) definition ./core/db/execute_sql_file.cpp:86 | 9 | 3 | 1 | ------ | ------ |
| processLine( QString &, QString & ) definition ./core/db/execute_sql_file.cpp:52 | 26 | 9 | 3 | 8.667 | 3.000 |
| processStatements( QStringList & ) definition ./core/db/execute_sql_file.cpp:34 | 13 | 7 | 1 | ------ | 7.000 |
| Clients | Suppliers |
|---|---|
|
QSqlDatabase [V] pass by reference ./core/db/execute_sql_file.cpp:5QString [V] pass by reference ./core/db/execute_sql_file.cpp:10pass by reference ./core/db/execute_sql_file.cpp:52pass by reference ./core/db/execute_sql_file.cpp:52pass by reference ./core/db/execute_sql_file.cpp:86pass by reference ./core/db/execute_sql_file.cpp:96pass by reference ./core/db/execute_sql_file.cpp:101QStringList [V] pass by reference ./core/db/execute_sql_file.cpp:34 |