| blib/lib/Graphics/Fig/Text.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 18 | 44.4 |
| line | true | false | branch |
|---|---|---|---|
| 91 | 0 | 1 | if ($@) |
| 96 | 0 | 1 | unless (defined($text = $parameters{'text'})) |
| 99 | 1 | 0 | unless (defined($rotation = $parameters{'rotation'})) |
| 173 | 0 | 0 | unless defined $scale |
| 208 | 0 | 3 | if ($justification == 2) { } |
| 3 | 0 | elsif ($justification == 1) { } | |
| 244 | 0 | 12 | if $n < 0 or $n > 255 |
| 245 | 0 | 12 | if ($n == 92) |
| 250 | 0 | 12 | if ($n > 127) |