| blib/lib/Excel/Writer/XLSX/Format.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 18 | 72.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 182 | 40 | 1 | 4 | $self->{'_indent'} and $self->{'_text_h_align'} != 1 |
| 41 | 1 | 3 | $self->{'_indent'} and $self->{'_text_h_align'} != 1 and $self->{'_text_h_align'} != 3 | |
| 2 | 2 | 1 | $self->{'_indent'} and $self->{'_text_h_align'} != 1 and $self->{'_text_h_align'} != 3 and $self->{'_text_h_align'} != 7 | |
| 502 | 0 | 0 | 0 | defined $_[0] and $_[0] eq 0 |
| 664 | 0 | 0 | 6 | $rotation >= -90 and $rotation <= 90 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 173 | 5 | 2 | 1068 | $self->{'_text_h_align'} != 0 || $self->{'_text_v_align'} != 0 || $self->{'_indent'} != 0 || $self->{'_rotation'} != 0 || $self->{'_text_wrap'} != 0 || $self->{'_shrink'} != 0 || $self->{'_reading_order'} != 0 |