| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 79 | 7 |
| McCabe's Cyclomatic Number | MVG | 4 | 0 |
| Lines of Comment | COM | 1 | 0.083 |
| LOC/COM | L_C | 79.000 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 12 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 5 | |
| 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 |
|---|---|---|---|---|---|
| EntityFinderWidget( QWidget * ) definition ./ui/widgets/entity_finder_widget.cpp:8 | 5 | 0 | 0 | ------ | ------ |
| EntityFinderWidget( const QString &, const QString &, QWidget * ) definition ./ui/widgets/entity_finder_widget.cpp:15 | 7 | 0 | 0 | ------ | ------ |
| onFieldRetrieved( const QSqlField & ) definition ./ui/widgets/entity_finder_widget.cpp:111 | 3 | 0 | 0 | ------ | ------ |
| onPushButtonFindEntityClicked( ) definition ./ui/widgets/entity_finder_widget.cpp:85 | 10 | 0 | 1 | ------ | ------ |
| onRecordRetrieved( const QSqlRecord & ) definition ./ui/widgets/entity_finder_widget.cpp:106 | 4 | 0 | 0 | ------ | ------ |
| onRowSelected( int ) definition ./ui/widgets/entity_finder_widget.cpp:102 | 3 | 0 | 0 | ------ | ------ |
| refreshLineEditText( const QSqlRecord & ) definition ./ui/widgets/entity_finder_widget.cpp:42 | 12 | 1 | 0 | ------ | ------ |
| resetToDefault( ) definition ./ui/widgets/entity_finder_widget.cpp:77 | 6 | 0 | 0 | ------ | ------ |
| setDefaultRelation( const QString & ) definition ./ui/widgets/entity_finder_widget.cpp:59 | 7 | 0 | 0 | ------ | ------ |
| setHiddenFrame( bool ) definition ./ui/widgets/entity_finder_widget.cpp:23 | 15 | 3 | 0 | ------ | ------ |
| setupConnections( ) definition ./ui/widgets/entity_finder_widget.cpp:68 | 4 | 0 | 0 | ------ | ------ |
| setupFrameStyle( ) definition ./ui/widgets/entity_finder_widget.cpp:73 | 3 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QSqlField [V] pass by reference ./ui/widgets/entity_finder_widget.cpp:111QSqlRecord [V] pass by reference ./ui/widgets/entity_finder_widget.cpp:42pass by reference ./ui/widgets/entity_finder_widget.cpp:106QString [V] pass by reference ./ui/widgets/entity_finder_widget.cpp:15pass by reference ./ui/widgets/entity_finder_widget.cpp:16pass by reference ./ui/widgets/entity_finder_widget.cpp:60QWidget [V] pass by reference ./ui/widgets/entity_finder_widget.cpp:8pass by reference ./ui/widgets/entity_finder_widget.cpp:17bool [CV] pass by value ./ui/widgets/entity_finder_widget.cpp:23 |