Detailed report on module RefundsRepository

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

2 0 0------------
createRefund(  const CreateRefundRequest & )
definition   ./data/sql/refunds_repository.cpp:14

13 3 0------------
deleteRefundById(  qint32 )
definition   ./data/sql/refunds_repository.cpp:93

10 3 0------------
getAllRefunds(  QVector & )
definition   ./data/sql/refunds_repository.cpp:57

13 4 0------------
getRefundById(  qint32,  RefundDTO & )
definition   ./data/sql/refunds_repository.cpp:30

21 5 0************
mapQueryToDTO(  const QSqlQuery & )
definition   ./data/sql/refunds_repository.cpp:106

8 1 0------------
updateRefund(  const UpdateRefundRequest & )
definition   ./data/sql/refunds_repository.cpp:75

15 3 0------------

Relationships

ClientsSuppliers
  CreateRefundRequest [V]
pass by reference   ./data/sql/refunds_repository.cpp:14


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


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


QSqlQuery [V]
pass by reference   ./data/sql/refunds_repository.cpp:106


QVector [V]
pass by reference   ./data/sql/refunds_repository.cpp:57


RefundDTO [V]
pass by reference   ./data/sql/refunds_repository.cpp:31


UpdateRefundRequest [V]
pass by reference   ./data/sql/refunds_repository.cpp:75


qint32 [CV]
pass by value   ./data/sql/refunds_repository.cpp:30
pass by value   ./data/sql/refunds_repository.cpp:93