| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 344 | ****** |
| McCabe's Cyclomatic Number | MVG | 52 | ****** |
| Lines of Comment | COM | 45 | ******** |
| LOC/COM | L_C | 7.644 | |
| MVG/COM | M_C | 1.156 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 12 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 12 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 13 | |
| Information Flow measure ( inclusive ) | IF4 | 1600 | ******** |
| Information Flow measure ( visible ) | IF4v | 784 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
declaration
./cccc/cccc_ext.h:36 |
1 | 0 | 0 | ------ | ------ |
declaration
./cccc/cccc.h:54 |
1 | 0 | 1 | ------ | ------ |
declaration
./cccc/cccc_mem.h:36 |
1 | 0 | 0 | ------ | ------ |
declaration
./cccc/cccc_mod.h:30 |
1 | 0 | 0 | ------ | ------ |
declaration
./cccc/cccc_mod.h:44 |
1 | 0 | 0 | ------ | ------ |
declaration
./cccc/cccc_prj.h:30 |
1 | 0 | 0 | ------ | ------ |
definition
./cccc/cccc_prj.h:45 |
12 | 0 | 1 | ------ | ------ |
declaration
./cccc/cccc_use.h:36 |
1 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| CCCC_Project( const string & ) definition ./cccc/cccc_prj.cc:33declaration ./cccc/cccc_prj.h:77 | 19 | 1 | 24 | ------ | ------ |
| FromFile( ifstream & ) definition ./cccc/cccc_prj.cc:364declaration ./cccc/cccc_prj.h:96 | 41 | 7 | 0 | ****** | ****** |
| ToFile( ofstream & ) definition ./cccc/cccc_prj.cc:317declaration ./cccc/cccc_prj.h:97 | 37 | 6 | 2 | 18.500 | 3.000 |
| add_member( CCCC_Item & ) definition ./cccc/cccc_prj.cc:88declaration ./cccc/cccc_prj.h:83 | 32 | 6 | 3 | 10.667 | 2.000 |
| add_module( CCCC_Item & ) definition ./cccc/cccc_prj.cc:56declaration ./cccc/cccc_prj.h:82 | 27 | 5 | 5 | 5.400 | 1.000 |
| add_rejected_extent( CCCC_Item & ) definition ./cccc/cccc_prj.cc:145declaration ./cccc/cccc_prj.h:85 | 6 | 0 | 0 | ------ | ------ |
| add_userel( CCCC_Item & ) definition ./cccc/cccc_prj.cc:125declaration ./cccc/cccc_prj.h:84 | 17 | 2 | 0 | ------ | ------ |
| get_count( const char * ) definition ./cccc/cccc_prj.cc:308declaration ./cccc/cccc_prj.h:92 | 8 | 1 | 0 | ------ | ------ |
| get_option( string, CCCC_Item & ) declaration ./cccc/cccc_prj.h:100 | 1 | 0 | 0 | ------ | ------ |
| name( int ) definition ./cccc/cccc_prj.cc:412declaration ./cccc/cccc_prj.h:94 | 5 | 1 | 0 | ------ | ------ |
| reindex( ) definition ./cccc/cccc_prj.cc:151declaration ./cccc/cccc_prj.h:90 | 131 | 23 | 9 | 14.556 | 2.556 |
| set_option( string, CCCC_Item & ) declaration ./cccc/cccc_prj.h:99 | 1 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
CCCC_Html_Stream [V] pass by reference ./cccc/cccc_htm.cc:55pass by reference ./cccc/cccc_htm.cc:654has by reference ./cccc/cccc_htm.h:53pass by reference ./cccc/cccc_htm.h:90pass by reference ./cccc/cccc_htm.h:99CCCC_Module has by reference ./cccc/cccc_mod.h:47CCCC_Record [V] pass by reference ./cccc/cccc_rec.cc:29has by reference ./cccc/cccc_rec.h:42pass by reference ./cccc/cccc_rec.h:59CCCC_UseRelationship [V] pass by reference ./cccc/cccc_use.cc:164pass by reference ./cccc/cccc_use.cc:169pass by reference ./cccc/cccc_use.h:53pass by reference ./cccc/cccc_use.h:54CCCC_Xml_Stream [V] pass by reference ./cccc/cccc_xml.cc:147pass by reference ./cccc/cccc_xml.cc:384has by reference ./cccc/cccc_xml.h:50pass by reference ./cccc/cccc_xml.h:81pass by reference ./cccc/cccc_xml.h:86 |
CCCC_Item [V] pass by reference ./cccc/cccc_prj.cc:56pass by reference ./cccc/cccc_prj.cc:88pass by reference ./cccc/cccc_prj.cc:125pass by reference ./cccc/cccc_prj.cc:145pass by reference ./cccc/cccc_prj.h:82pass by reference ./cccc/cccc_prj.h:83pass by reference ./cccc/cccc_prj.h:84pass by reference ./cccc/cccc_prj.h:85pass by reference ./cccc/cccc_prj.h:99pass by reference ./cccc/cccc_prj.h:100CCCC_Record [CV] inheritance ./cccc/cccc_prj.h:45CCCC_Table [C] has by value ./cccc/cccc_prj.h:54has by value ./cccc/cccc_prj.h:55has by value ./cccc/cccc_prj.h:56has by value ./cccc/cccc_prj.h:57FileExtentTable [CV] has by value ./cccc/cccc_prj.h:74ifstream [V] pass by reference ./cccc/cccc_prj.cc:364pass by reference ./cccc/cccc_prj.h:96map [CV] has by value ./cccc/cccc_prj.h:59ofstream [V] pass by reference ./cccc/cccc_prj.cc:317pass by reference ./cccc/cccc_prj.h:97string [CV] pass by reference ./cccc/cccc_prj.cc:33pass by reference ./cccc/cccc_prj.h:77pass by value ./cccc/cccc_prj.h:99pass by value ./cccc/cccc_prj.h:100 |