Detailed report on module RungeKutta4

MetricTagOverallPer Function
Lines of CodeLOC 103******
McCabe's Cyclomatic NumberMVG 24******
Lines of CommentCOM 11********
LOC/COML_C 9.364 
MVG/COMM_C 2.182 
Weighted Methods per Class (  weighting = unity )WMC1 3 
Weighted Methods per Class (  weighting = visible )WMCv 3 
Depth of Inheritance TreeDIT 1 
Number of ChildrenNOC 0 
Coupling between objectsCBO 2 
Information Flow measure (  inclusive )IF4 0********
Information Flow measure (  visible )IF4v 0********
Information Flow measure (  concrete )IF4c 0********

Definitions and Declarations

DescriptionLOCMVGCOML_CM_C
definition   ./src/ODESolver.h:46
8 0 0------------

Functions

Function prototypeLOCMVGCOML_CM_C
RungeKutta4(  ParticleSystem * )
definition   ./src/RungeKutta4.cpp:6
declaration   ./src/ODESolver.h:49

14 1 0------------
update(  float )
definition   ./src/RungeKutta4.cpp:27
declaration   ./src/ODESolver.h:51

76 23 11 6.909 2.091
~RungeKutta4(   )
definition   ./src/RungeKutta4.cpp:22
declaration   ./src/ODESolver.h:50

5 0 0------------

Relationships

ClientsSuppliers
  ODESolver [CV]
inheritance   ./src/ODESolver.h:46


ParticleSystem [V]
pass by reference   ./src/RungeKutta4.cpp:6
pass by reference   ./src/ODESolver.h:49