| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 71 | 10 |
| McCabe's Cyclomatic Number | MVG | 19 | 3 |
| Lines of Comment | COM | 0 | 0.000 |
| LOC/COM | L_C | ****** | |
| MVG/COM | M_C | ****** | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 8 | |
| 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 |
|---|---|---|---|---|---|
| HallsRepository( QSqlDatabase &, QObject * ) definition ./data/sql/halls_repository.cpp:10 | 2 | 0 | 0 | ------ | ------ |
| createHall( const CreateHallRequest & ) definition ./data/sql/halls_repository.cpp:13 | 12 | 3 | 0 | ------ | ------ |
| deleteHallById( qint32 ) definition ./data/sql/halls_repository.cpp:79 | 10 | 3 | 0 | ------ | ------ |
| getAllHalls( QVector & ) definition ./data/sql/halls_repository.cpp:47 | 12 | 4 | 0 | ------ | ------ |
| getHallById( qint32, HallDTO & ) definition ./data/sql/halls_repository.cpp:28 | 15 | 5 | 0 | ------ | ****** |
| mapQueryToDTO( const QSqlQuery & ) definition ./data/sql/halls_repository.cpp:92 | 7 | 1 | 0 | ------ | ------ |
| updateHall( const UpdateHallRequest & ) definition ./data/sql/halls_repository.cpp:63 | 13 | 3 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
CreateHallRequest [V] pass by reference ./data/sql/halls_repository.cpp:13HallDTO [V] pass by reference ./data/sql/halls_repository.cpp:28QObject [V] pass by reference ./data/sql/halls_repository.cpp:10QSqlDatabase [V] pass by reference ./data/sql/halls_repository.cpp:10QSqlQuery [V] pass by reference ./data/sql/halls_repository.cpp:92QVector [V] pass by reference ./data/sql/halls_repository.cpp:47UpdateHallRequest [V] pass by reference ./data/sql/halls_repository.cpp:63qint32 [CV] pass by value ./data/sql/halls_repository.cpp:28pass by value ./data/sql/halls_repository.cpp:79 |