| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 26 | 9 |
| McCabe's Cyclomatic Number | MVG | 5 | 2 |
| Lines of Comment | COM | 2 | 0.667 |
| LOC/COM | L_C | 13.000 | |
| MVG/COM | M_C | 2.500 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 1 | |
| 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 |
|---|---|---|---|---|---|
| SQLiteFileExecutor( const string & ) definition ./tests_schema/tests_sources/sqlite_file_executor.cpp:6 | 6 | 1 | 1 | ------ | ------ |
| executeSQLFile( const string & ) definition ./tests_schema/tests_sources/sqlite_file_executor.cpp:21 | 15 | 3 | 1 | ------ | ------ |
| ~SQLiteFileExecutor( ) definition ./tests_schema/tests_sources/sqlite_file_executor.cpp:14 | 5 | 1 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
string [V] pass by reference ./tests_schema/tests_sources/sqlite_file_executor.cpp:6pass by reference ./tests_schema/tests_sources/sqlite_file_executor.cpp:21 |