Detailed report on module RefundsRepositoryInterface

MetricTagOverallPer Function
Lines of CodeLOC 10 2
McCabe's Cyclomatic NumberMVG 0 0
Lines of CommentCOM 6 1.200
LOC/COML_C------ 
MVG/COMM_C------ 
Weighted Methods per Class (  weighting = unity )WMC1 5 
Weighted Methods per Class (  weighting = visible )WMCv 5 
Depth of Inheritance TreeDIT 1 
Number of ChildrenNOC 1 
Coupling between objectsCBO 7 
Information Flow measure (  inclusive )IF4 36 7.200
Information Flow measure (  visible )IF4v 36 7.200
Information Flow measure (  concrete )IF4c 4 0.800

Definitions and Declarations

DescriptionLOCMVGCOML_CM_C
definition   ./core/repositories/refunds_repository_interface.h:15
3 0 1------------
declaration   ./ui/widgets/ticket_return_widget.h:9
1 0 0------------

Functions

Function prototypeLOCMVGCOML_CM_C
createRefund(  const CreateRefundRequest & )
declaration   ./core/repositories/refunds_repository_interface.h:18

1 0 1------------
deleteRefundById(  qint32 )
declaration   ./core/repositories/refunds_repository_interface.h:31

1 0 1------------
getAllRefunds(  QVector & )
declaration   ./core/repositories/refunds_repository_interface.h:25

1 0 1------------
getRefundById(  qint32,  RefundDTO & )
declaration   ./core/repositories/refunds_repository_interface.h:21

2 0 1------------
updateRefund(  const UpdateRefundRequest & )
declaration   ./core/repositories/refunds_repository_interface.h:28

1 0 1------------

Relationships

ClientsSuppliers
RefundsRepository [CV]
inheritance   ./data/sql/refunds_repository.h:9


 
CreateRefundRequest [V]
pass by reference   ./core/repositories/refunds_repository_interface.h:18


QVector [V]
pass by reference   ./core/repositories/refunds_repository_interface.h:25


RefundDTO [V]
pass by reference   ./core/repositories/refunds_repository_interface.h:22


RepositoryInterface [CV]
inheritance   ./core/repositories/refunds_repository_interface.h:15


UpdateRefundRequest [V]
pass by reference   ./core/repositories/refunds_repository_interface.h:28


qint32 [CV]
pass by value   ./core/repositories/refunds_repository_interface.h:21
pass by value   ./core/repositories/refunds_repository_interface.h:31