Detailed report on module HallsRepository

MetricTagOverallPer Function
Lines of CodeLOC 71 10
McCabe's Cyclomatic NumberMVG 19 3
Lines of CommentCOM 0 0.000
LOC/COML_C****** 
MVG/COMM_C****** 
Weighted Methods per Class (  weighting = unity )WMC1 7 
Weighted Methods per Class (  weighting = visible )WMCv 0 
Depth of Inheritance TreeDIT 0 
Number of ChildrenNOC 0 
Coupling between objectsCBO 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

Definitions and Declarations

DescriptionLOCMVGCOML_CM_C
No module extents have been identified for this module

Functions

Function prototypeLOCMVGCOML_CM_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------------

Relationships

ClientsSuppliers
  CreateHallRequest [V]
pass by reference   ./data/sql/halls_repository.cpp:13


HallDTO [V]
pass by reference   ./data/sql/halls_repository.cpp:28


QObject [V]
pass by reference   ./data/sql/halls_repository.cpp:10


QSqlDatabase [V]
pass by reference   ./data/sql/halls_repository.cpp:10


QSqlQuery [V]
pass by reference   ./data/sql/halls_repository.cpp:92


QVector [V]
pass by reference   ./data/sql/halls_repository.cpp:47


UpdateHallRequest [V]
pass by reference   ./data/sql/halls_repository.cpp:63


qint32 [CV]
pass by value   ./data/sql/halls_repository.cpp:28
pass by value   ./data/sql/halls_repository.cpp:79