Detailed report on module SessionsRepository

MetricTagOverallPer Function
Lines of CodeLOC 81 12
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
SessionsRepository(  QSqlDatabase &,  QObject * )
definition   ./data/sql/sessions_repository.cpp:10

2 0 0------------
createSession(  const CreateSessionRequest & )
definition   ./data/sql/sessions_repository.cpp:14

15 3 0------------
deleteSessionById(  qint32 )
definition   ./data/sql/sessions_repository.cpp:90

10 3 0------------
getAllSessions(  QVector & )
definition   ./data/sql/sessions_repository.cpp:53

13 4 0------------
getSessionById(  qint32,  SessionDTO & )
definition   ./data/sql/sessions_repository.cpp:32

16 5 0------******
mapQueryToDTO(  const QSqlQuery & )
definition   ./data/sql/sessions_repository.cpp:103

9 1 0------------
updateSession(  const UpdateSessionRequest & )
definition   ./data/sql/sessions_repository.cpp:71

16 3 0------------

Relationships

ClientsSuppliers
  CreateSessionRequest [V]
pass by reference   ./data/sql/sessions_repository.cpp:14


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


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


QSqlQuery [V]
pass by reference   ./data/sql/sessions_repository.cpp:103


QVector [V]
pass by reference   ./data/sql/sessions_repository.cpp:53


SessionDTO [V]
pass by reference   ./data/sql/sessions_repository.cpp:33


UpdateSessionRequest [V]
pass by reference   ./data/sql/sessions_repository.cpp:71


qint32 [CV]
pass by value   ./data/sql/sessions_repository.cpp:32
pass by value   ./data/sql/sessions_repository.cpp:90