blib/lib/Graph/Layouter/Spring.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 26 | 0.0 |
line | true | false | branch |
---|---|---|---|
88 | 0 | 0 | if defined $max_wait |
90 | 0 | 0 | unless (defined $end or defined $iterations) |
94 | 0 | 0 | defined $iterations ? : |
0 | 0 | defined $end ? : | |
114 | 0 | 0 | if ($d2 < 0.01) |
121 | 0 | 0 | if ($d < $max_repulsive_force_distance) |
152 | 0 | 0 | if ($d2 < 0.01) |
159 | 0 | 0 | if ($d > $max_repulsive_force_distance) |
166 | 0 | 0 | if not $weight or $weight < 1 |
214 | 0 | 0 | if $xmove > $max |
215 | 0 | 0 | if $xmove < -$max |
216 | 0 | 0 | if $ymove > $max |
217 | 0 | 0 | if $ymove < -$max |