Detailed report on module ModelFactory

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

Definitions and Declarations

DescriptionLOCMVGCOML_CM_C
declaration   ./components/ogre/model/Model.h:81
1 0 0------------
definition   ./components/ogre/model/Model.h:399
6 0 1------------

Functions

Function prototypeLOCMVGCOML_CM_C
ModelFactory(   )
definition   ./components/ogre/model/Model.h:404

1 0 0------------
createInstanceImpl(  const String &,  const NameValuePairList * )
definition   ./components/ogre/model/Model.cpp:1003
declaration   ./components/ogre/model/Model.h:402

18 3 2------------
destroyInstance(  MovableObject * )
definition   ./components/ogre/model/Model.cpp:1025
declaration   ./components/ogre/model/Model.h:410

5 0 1------------
getType(  void )
definition   ./components/ogre/model/Model.cpp:998
declaration   ./components/ogre/model/Model.h:409

5 1 1------------
~ModelFactory(   )
definition   ./components/ogre/model/Model.h:405

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

Relationships

ClientsSuppliers
  MovableObject [V]
pass by reference   ./components/ogre/model/Model.cpp:1025
pass by reference   ./components/ogre/model/Model.h:410


MovableObjectFactory [CV]
inheritance   ./components/ogre/model/Model.h:399


NameValuePairList [V]
pass by reference   ./components/ogre/model/Model.cpp:1004
pass by reference   ./components/ogre/model/Model.h:402


String [CV]
pass by reference   ./components/ogre/model/Model.cpp:1003
pass by reference   ./components/ogre/model/Model.h:402
has by value   ./components/ogre/model/Model.h:407