| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 26 | ****** |
| McCabe's Cyclomatic Number | MVG | 12 | ****** |
| Lines of Comment | COM | 3 | ******** |
| LOC/COM | L_C | 8.667 | |
| MVG/COM | M_C | 4.000 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 9 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 9 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 0 | |
| Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
| Information Flow measure ( visible ) | IF4v | 0 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./src/matrix/Matrix.h:131 |
2 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_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:137definition ./src/matrix/Matrix.cpp:8 | 11 | 7 | 0 | ------ | ****** |
| sameShape( const Base & ) declaration ./src/matrix/Matrix.h:147definition ./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 | ------ | ------ |
| Clients | Suppliers |
|---|---|