| blib/lib/PDF/Labels/Layout/Simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 24 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 0 | 0 | if (@_) |
| 15 | 0 | 0 | if $$self{'line_count'} < 1 |
| 26 | 0 | 0 | if $line > $self->line_count |
| 28 | 0 | 0 | if ($size) |
| 32 | 0 | 0 | exists $$self{'font'}[$line] ? : |
| 42 | 0 | 0 | if $line > $self->line_count |
| 44 | 0 | 0 | if ($size) |
| 48 | 0 | 0 | exists $$self{'fontsize'}[$line] ? : |
| 96 | 0 | 0 | if $size < 6 |
| 100 | 0 | 0 | if ($$self{'_align'}[$l] eq 'center') |
| 105 | 0 | 0 | if ($$self{'_align'}[$l] eq 'left') |
| 110 | 0 | 0 | if ($$self{'_align'}[$l] eq 'right') |