| blib/lib/Text/Amuse/Output/Image.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 25 | 80.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 103 | 446 | 0 | 432 | exists $opts{$k} and defined $opts{$k} |
| 226 | 169 | 0 | 52 | defined $realdesc and length $realdesc |
| 271 | 167 | 0 | 51 | defined $realdesc and length $realdesc |
| line | l | !l | condition |
|---|---|---|---|
| 86 | 54 | 16 | $opts{'width'} ||= 50 |
| 100 | 37 | 0 | $angles{$r} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 79 | 33 | 37 | 239 | $wrap eq "l" or $wrap eq "r" |
| 70 | 239 | 0 | $wrap eq "l" or $wrap eq "r" or $wrap eq "f" | |
| 85 | 33 | 37 | 239 | $wrap eq "l" or $wrap eq "r" |
| 234 | 19 | 17 | 185 | $wrap eq "r" or $wrap eq "l" |