| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 42 | ****** |
| McCabe's Cyclomatic Number | MVG | 1 | ****** |
| Lines of Comment | COM | 41 | ******** |
| LOC/COM | L_C | 1.024 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 1 | |
| 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 |
|---|---|---|---|---|---|
declaration
./framework/Exception.h:46 |
1 | 0 | 0 | ------ | ------ |
definition
./framework/Exception.h:72 |
11 | 0 | 17 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| Exception( ) definition ./framework/Exception.h:94 | 4 | 0 | 5 | ------ | ------ |
| Exception( ... ) definition ./framework/Exception.h:113 | 9 | 0 | 4 | ------ | ------ |
| Exception( const string & ) definition ./framework/Exception.h:102 | 6 | 0 | 3 | ------ | ------ |
| getError( ) definition ./framework/Exception.h:140 | 4 | 1 | 5 | ------ | ------ |
| setError( const string & ) definition ./framework/Exception.h:148 | 4 | 0 | 2 | ------ | ------ |
| ~Exception( ) definition ./framework/Exception.h:130 | 3 | 0 | 5 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
string [CV] has by value ./framework/Exception.h:79has by value ./framework/Exception.h:80pass by reference ./framework/Exception.h:102pass by reference ./framework/Exception.h:148 |