| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 4 | 2 |
| McCabe's Cyclomatic Number | MVG | 2 | 1 |
| Lines of Comment | COM | 0 | 0.000 |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
| 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 | 4 | 2.000 |
| Information Flow measure ( visible ) | IF4v | 4 | 2.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 |
|---|---|---|---|---|---|
| failureResult( const QString & ) definition ./core/repositories/repository_result.cpp:5 | 3 | 1 | 0 | ------ | ------ |
| successResult( ) definition ./core/repositories/repository_result.cpp:3 | 1 | 1 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
EntityDeleterWidget [V] pass by reference ./ui/widgets/entity_deleter_widget.cpp:172EntityUpdaterWidget [V] pass by reference ./ui/widgets/entity_updater_widget.cpp:265pass by reference ./ui/widgets/entity_updater_widget.cpp:277pass by reference ./ui/widgets/entity_updater_widget.cpp:289pass by reference ./ui/widgets/entity_updater_widget.cpp:301pass by reference ./ui/widgets/entity_updater_widget.cpp:313pass by reference ./ui/widgets/entity_updater_widget.cpp:325pass by reference ./ui/widgets/entity_updater_widget.cpp:459pass by reference ./ui/widgets/entity_updater_widget.cpp:484 |
QString [V] pass by reference ./core/repositories/repository_result.cpp:5 |