| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 56 | ****** |
| McCabe's Cyclomatic Number | MVG | 12 | ****** |
| Lines of Comment | COM | 0 | ******** |
| LOC/COM | L_C | ****** | |
| MVG/COM | M_C | ****** | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 6 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 4 | |
| 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
preprocessed_ofarm.cpp:717 |
7 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| CollapsedPipeline( ) definition preprocessed_ofarm.cpp:723 | 5 | 0 | 0 | ------ | ------ |
| getCompress( ) definition preprocessed_ofarm.cpp:737 | 1 | 1 | 0 | ------ | ------ |
| getDeduplicate( ) definition preprocessed_ofarm.cpp:736 | 1 | 1 | 0 | ------ | ------ |
| getFragmentRefine( ) definition preprocessed_ofarm.cpp:735 | 1 | 1 | 0 | ------ | ------ |
| svc( void * ) definition preprocessed_ofarm.cpp:739 | 36 | 9 | 0 | ****** | ****** |
| ~CollapsedPipeline( ) definition preprocessed_ofarm.cpp:729 | 5 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
Compress has by reference preprocessed_ofarm.cpp:721Deduplicate has by reference preprocessed_ofarm.cpp:720FragmentRefine has by reference preprocessed_ofarm.cpp:719ff_node [CV] inheritance preprocessed_ofarm.cpp:717 |