Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 53 | ****** |
McCabe's Cyclomatic Number | MVG | 11 | ****** |
Lines of Comment | COM | 0 | ******** |
LOC/COM | L_C | ****** | |
MVG/COM | M_C | ****** | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
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
./framework/osdir.h:36 |
4 | 0 | 0 | ------ | ------ |
definition
./framework/osdir.h:53 |
8 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
directory( const string & ) definition ./framework/osdir.h:39 definition ./framework/osdir.h:56 | 15 | 2 | 0 | ------ | ------ |
isExisting( ) definition ./framework/osdir.h:42 definition ./framework/osdir.h:79 | 5 | 2 | 0 | ------ | ------ |
next( ) definition ./framework/osdir.h:41 definition ./framework/osdir.h:83 | 11 | 3 | 0 | ------ | ------ |
operator void*( ) definition ./framework/osdir.h:40 definition ./framework/osdir.h:75 | 5 | 3 | 0 | ------ | ------ |
~directory( ) definition ./framework/osdir.h:70 | 5 | 1 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
DIR has by reference ./framework/osdir.h:94 bool [C] has by value ./framework/osdir.h:95 string [CV] pass by reference ./framework/osdir.h:39 pass by reference ./framework/osdir.h:56 has by value ./framework/osdir.h:96 |