| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 76 | 8 |
| McCabe's Cyclomatic Number | MVG | 10 | 1 |
| Lines of Comment | COM | 4 | 0.444 |
| LOC/COM | L_C | 19.000 | |
| MVG/COM | M_C | 2.500 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 9 | |
| 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 | 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 |
|---|---|---|---|---|---|
| TicketSaleWidget( QWidget * ) definition ./ui/widgets/ticket_sale_widget.cpp:15 | 9 | 0 | 3 | ------ | ------ |
| initializeModels( ) definition ./ui/widgets/ticket_sale_widget.cpp:43 | 10 | 1 | 0 | ------ | ------ |
| initializeRepositories( ) definition ./ui/widgets/ticket_sale_widget.cpp:30 | 10 | 1 | 0 | ------ | ------ |
| onFieldRetrieved( const QSqlField & ) definition ./ui/widgets/ticket_sale_widget.cpp:97 | 3 | 0 | 0 | ------ | ------ |
| onPushButtonSellTicketClicked( ) definition ./ui/widgets/ticket_sale_widget.cpp:71 | 21 | 5 | 0 | ****** | ****** |
| setupConnections( ) definition ./ui/widgets/ticket_sale_widget.cpp:56 | 6 | 0 | 0 | ------ | ------ |
| setupSessionFinder( ) definition ./ui/widgets/ticket_sale_widget.cpp:64 | 6 | 0 | 0 | ------ | ------ |
| setupTableView( ) definition ./ui/widgets/ticket_sale_widget.cpp:26 | 3 | 0 | 0 | ------ | ------ |
| validateSessionValues( const initializer_list & ) definition ./ui/widgets/ticket_sale_widget.cpp:102 | 8 | 3 | 1 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QSqlField [V] pass by reference ./ui/widgets/ticket_sale_widget.cpp:97QWidget [V] pass by reference ./ui/widgets/ticket_sale_widget.cpp:15initializer_list [V] pass by reference ./ui/widgets/ticket_sale_widget.cpp:103 |