Detailed report on module Base

MetricTagOverallPer Function
Lines of CodeLOC 26******
McCabe's Cyclomatic NumberMVG 12******
Lines of CommentCOM 3********
LOC/COML_C 8.667 
MVG/COMM_C 4.000 
Weighted Methods per Class (  weighting = unity )WMC1 9 
Weighted Methods per Class (  weighting = visible )WMCv 9 
Depth of Inheritance TreeDIT 0 
Number of ChildrenNOC 0 
Coupling between objectsCBO 0 
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/matrix/Matrix.h:131
2 0 0------------

Functions

Function prototypeLOCMVGCOML_CM_C
Base(   )
definition   ./src/matrix/Matrix.h:133

1 0 0------------
Base(  Base & )
definition   ./src/matrix/Matrix.h:134

1 0 0------------
numcols(   )
declaration   ./src/matrix/Matrix.h:146

1 0 0------------
numrows(   )
declaration   ./src/matrix/Matrix.h:145

1 0 0------------
operator ==(  Base & )
declaration   ./src/matrix/Matrix.h:137
definition   ./src/matrix/Matrix.cpp:8

11 7 0------******
sameShape(  const Base & )
declaration   ./src/matrix/Matrix.h:147
definition   ./src/matrix/Matrix.cpp:21

6 5 0------******
transpose(   )
declaration   ./src/matrix/Matrix.h:143

1 0 2------------
zero(   )
declaration   ./src/matrix/Matrix.h:138

1 0 0------------
~Base(   )
definition   ./src/matrix/Matrix.h:136

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

Relationships

ClientsSuppliers