Detailed report on module Global_Drag

MetricTagOverallPer Function
Lines of CodeLOC 31******
McCabe's Cyclomatic NumberMVG 3******
Lines of CommentCOM 3********
LOC/COML_C10.333 
MVG/COMM_C------ 
Weighted Methods per Class (  weighting = unity )WMC1 6 
Weighted Methods per Class (  weighting = visible )WMCv 6 
Depth of Inheritance TreeDIT 1 
Number of ChildrenNOC 0 
Coupling between objectsCBO 4 
Information Flow measure (  inclusive )IF4 9********
Information Flow measure (  visible )IF4v 9********
Information Flow measure (  concrete )IF4c 0********

Definitions and Declarations

DescriptionLOCMVGCOML_CM_C
definition   ./src/Force.h:91
5 0 0------------

Functions

Function prototypeLOCMVGCOML_CM_C
Global_Drag(  ParticleSystem *,  QDataStream & )
declaration   ./src/Force.h:98
definition   ./src/Force.cpp:191

5 0 0------------
Global_Drag(  ParticleSystem *,  float )
declaration   ./src/Force.h:97
definition   ./src/Force.cpp:187

3 0 3------------
applyForce(   )
declaration   ./src/Force.h:101
definition   ./src/Force.cpp:197

10 1 0------------
getCoeff(   )
definition   ./src/Force.h:99

1 1 0------------
operator <<(  QDataStream & )
declaration   ./src/Force.h:102
definition   ./src/Force.cpp:208

6 1 0------------
setCoeff(  float )
definition   ./src/Force.h:100

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

Relationships

ClientsSuppliers
ParticleSystem [V]
pass by reference   ./src/Particle.cpp:368
pass by reference   ./src/Particle.h:113


 
Force [CV]
inheritance   ./src/Force.h:91


ParticleSystem [V]
has by reference   ./src/Force.h:94
pass by reference   ./src/Force.h:97
pass by reference   ./src/Force.h:98
pass by reference   ./src/Force.cpp:187
pass by reference   ./src/Force.cpp:191


QDataStream [V]
pass by reference   ./src/Force.h:98
pass by reference   ./src/Force.h:102
pass by reference   ./src/Force.cpp:191
pass by reference   ./src/Force.cpp:208