Detailed report on module SQLiteStatement

MetricTagOverallPer Function
Lines of CodeLOC 56 4
McCabe's Cyclomatic NumberMVG 18 1
Lines of CommentCOM 14 1.077
LOC/COML_C 4.000 
MVG/COMM_C 1.286 
Weighted Methods per Class (  weighting = unity )WMC1 13 
Weighted Methods per Class (  weighting = visible )WMCv 0 
Depth of Inheritance TreeDIT 0 
Number of ChildrenNOC 0 
Coupling between objectsCBO 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

Definitions and Declarations

DescriptionLOCMVGCOML_CM_C
No module extents have been identified for this module

Functions

Function prototypeLOCMVGCOML_CM_C
SQLiteStatement(  sqlite3 *,  const string & )
definition   ./tests_schema/tests_sources/sqlite_statement.cpp:5

15 3 1------------
bind(  int,  const string & )
definition   ./tests_schema/tests_sources/sqlite_statement.cpp:38

4 1 1------------
bind(  int,  double )
definition   ./tests_schema/tests_sources/sqlite_statement.cpp:33

3 1 1------------
bind(  int,  int )
definition   ./tests_schema/tests_sources/sqlite_statement.cpp:28

3 1 1------------
bindNull(  int )
definition   ./tests_schema/tests_sources/sqlite_statement.cpp:44

3 1 1------------
changes(   )
definition   ./tests_schema/tests_sources/sqlite_statement.cpp:68

1 1 1------------
execute(   )
definition   ./tests_schema/tests_sources/sqlite_statement.cpp:50

1 1 2------------
finalize(   )
definition   ./tests_schema/tests_sources/sqlite_statement.cpp:74

6 1 1------------
getColumnCount(   )
definition   ./tests_schema/tests_sources/sqlite_statement.cpp:82

3 1 1------------
getColumnText(  int )
definition   ./tests_schema/tests_sources/sqlite_statement.cpp:87

4 2 1------------
reset(   )
definition   ./tests_schema/tests_sources/sqlite_statement.cpp:71

1 0 1------------
step(   )
definition   ./tests_schema/tests_sources/sqlite_statement.cpp:53

11 5 1------ 5.000
~SQLiteStatement(   )
definition   ./tests_schema/tests_sources/sqlite_statement.cpp:25

1 0 1------------

Relationships

ClientsSuppliers
  sqlite3 [V]
pass by reference   ./tests_schema/tests_sources/sqlite_statement.cpp:5


string [V]
pass by reference   ./tests_schema/tests_sources/sqlite_statement.cpp:5
pass by reference   ./tests_schema/tests_sources/sqlite_statement.cpp:38