| blib/lib/SVG/Graph/Glyph/bezier.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 20 | 90.0 |
| line | true | false | branch |
|---|---|---|---|
| 40 | 0 | 950 | if $d == 0 |
| 46 | 906 | 44 | unless ref $int |
| 47 | 14 | 30 | unless $x1 <= $$int[0] and $x2 >= $$int[0] |
| 61 | 1 | 18 | if ($e) { } |
| 101 | 16 | 2 | unless $points[$i + 1][0] - $points[$i - 1][0] |
| 112 | 1 | 1 | unless $points[$i + 1][0] - $points[$i][0] |
| 113 | 1 | 0 | unless $points[$i][0] - $points[$i - 1][0] |
| 153 | 1900 | 9000 | if $x >= $points[$i][0] |
| 159 | 900 | 1000 | unless $delta |
| 265 | 906 | 44 | if $DEN == 0 |