| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 76 | 9 |
| McCabe's Cyclomatic Number | MVG | 7 | 1 |
| Lines of Comment | COM | 2 | 0.250 |
| LOC/COM | L_C | 38.000 | |
| MVG/COM | M_C | 3.500 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 8 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 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 |
| 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 |
|---|---|---|---|---|---|
| TicketReturnWidget( QWidget * ) definition ./ui/widgets/ticket_return_widget.cpp:13 | 9 | 0 | 1 | ------ | ------ |
| initializeModels( ) definition ./ui/widgets/ticket_return_widget.cpp:49 | 10 | 1 | 0 | ------ | ------ |
| initializeRepositories( ) definition ./ui/widgets/ticket_return_widget.cpp:36 | 10 | 1 | 0 | ------ | ------ |
| onPushButtonRefundTicketClicked( ) definition ./ui/widgets/ticket_return_widget.cpp:70 | 29 | 5 | 0 | ****** | ****** |
| onTicketFieldRetrieved( const QSqlField & ) definition ./ui/widgets/ticket_return_widget.cpp:107 | 3 | 0 | 0 | ------ | ------ |
| setupConnections( ) definition ./ui/widgets/ticket_return_widget.cpp:62 | 6 | 0 | 0 | ------ | ------ |
| setupTableView( ) definition ./ui/widgets/ticket_return_widget.cpp:25 | 3 | 0 | 1 | ------ | ------ |
| setupTicketFinder( ) definition ./ui/widgets/ticket_return_widget.cpp:29 | 6 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QSqlField [V] pass by reference ./ui/widgets/ticket_return_widget.cpp:107QWidget [V] pass by reference ./ui/widgets/ticket_return_widget.cpp:13 |