| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 102 | 10 |
| McCabe's Cyclomatic Number | MVG | 11 | 1 |
| Lines of Comment | COM | 0 | 0.000 |
| LOC/COM | L_C | ****** | |
| MVG/COM | M_C | ****** | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 10 | |
| 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 |
|---|---|---|---|---|---|
| SchemaMetadata( ) definition ./core/services/schema_metadata.cpp:73 | 3 | 0 | 0 | ------ | ------ |
| SchemaMetadata( const SchemaMetadata & ) definition ./core/services/schema_metadata.cpp:77 | 1 | 0 | 0 | ------ | ------ |
| defaultSchema( ) definition ./core/services/schema_metadata.cpp:83 | 1 | 1 | 0 | ------ | ------ |
| initialize( ) definition ./core/services/schema_metadata.cpp:8 | 54 | 0 | 0 | ****** | ------ |
| modelTableName( const QString & ) definition ./core/services/schema_metadata.cpp:85 | 8 | 2 | 0 | ------ | ------ |
| operator =( const SchemaMetadata & ) definition ./core/services/schema_metadata.cpp:79 | 3 | 1 | 0 | ------ | ------ |
| primaryIdColumnName( const QString & ) definition ./core/services/schema_metadata.cpp:96 | 9 | 2 | 0 | ------ | ------ |
| relationIdConfig( const QString & ) definition ./core/services/schema_metadata.cpp:133 | 5 | 1 | 0 | ------ | ------ |
| repositoryTableName( const QString & ) definition ./core/services/schema_metadata.cpp:108 | 9 | 2 | 0 | ------ | ------ |
| translatedTableName( const QString & ) definition ./core/services/schema_metadata.cpp:120 | 9 | 2 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QString [V] pass by reference ./core/services/schema_metadata.cpp:85pass by reference ./core/services/schema_metadata.cpp:96pass by reference ./core/services/schema_metadata.cpp:108pass by reference ./core/services/schema_metadata.cpp:120pass by reference ./core/services/schema_metadata.cpp:133 |