| blib/lib/Image/BoxModel/Text.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 23 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 75 | 0 | 0 | 0 | exists $p{'text'} and $p{'text'} |
| 175 | 0 | 0 | 0 | exists $p{'name'} and $p{'name'} |
| 183 | 0 | 0 | 0 | exists $p{'orientation'} and $p{'orientation'} eq 'vertical' || $p{'orientation'} eq 'horizontal' |
| 221 | 0 | 0 | 0 | exists $p{'no_box'} and $p{'no_box'} |
| line | l | !l | condition |
|---|---|---|---|
| 77 | 0 | 0 | $p{'resize'} || 'free' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 183 | 0 | 0 | 0 | $p{'orientation'} eq 'vertical' || $p{'orientation'} eq 'horizontal' |
| 0 | 0 | 0 | $p{'position'} =~ /right/i or $p{'position'} =~ /left/i | |
| 0 | 0 | 0 | $p{'position'} =~ /top/i or $p{'position'} =~ /bottom/i |