Branch Coverage

lib/Graphics/Fig/Text.pm
Criterion Covered Total %
branch 7 18 38.8


line true false branch
60 1 0 if ($justification == 1) { }
0 0 elsif ($justification == 2) { }
98 0 1 if ($@)
103 0 1 unless (defined($text = $parameters{'text'}))
106 1 0 unless (defined($rotation = $parameters{'rotation'}))
179 0 0 unless defined $scale
232 0 12 if $n < 0 or $n > 255
233 0 12 if ($n == 92)
238 0 12 if ($n > 127)