| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 73 | ****** |
| 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 | 5 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 6 | |
| 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_ff.c:80 |
18 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| CWorker( netlist *, double, int, int ) definition preprocessed_ff.c:129 | 7 | 0 | 0 | ------ | ------ |
| accept_move( routing_cost_t, double, Rng * ) definition preprocessed_ff.c:98 | 14 | 5 | 0 | ------ | ****** |
| calculate_delta_routing_cost( netlist_elem *, netlist_elem * ) definition preprocessed_ff.c:118 | 8 | 1 | 0 | ------ | ------ |
| notifyRethreading( size_t, size_t ) definition preprocessed_ff.c:137 | 3 | 0 | 0 | ------ | ------ |
| svc( void * ) definition preprocessed_ff.c:141 | 23 | 5 | 0 | ****** | ****** |
| Clients | Suppliers |
|---|---|
|
Rng [CV] has by value preprocessed_ff.c:82pass by reference preprocessed_ff.c:98ff_node [CV] inheritance preprocessed_ff.c:80netlist [V] has by reference preprocessed_ff.c:83pass by reference preprocessed_ff.c:129netlist_elem [V] has by reference preprocessed_ff.c:89has by reference preprocessed_ff.c:90pass by reference preprocessed_ff.c:118pass by reference preprocessed_ff.c:118routing_cost_t [CV] pass by value preprocessed_ff.c:98size_t [CV] pass by value preprocessed_ff.c:137pass by value preprocessed_ff.c:137 |