blib/lib/Excel/Writer/XLSX/Package/Styles.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 31 | 33 | 93.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
396 | 15 | 9 | 1034 | $format->{'_font'} eq "Calibri" and not $format->{'_hyperlink'} |
596 | 34 | 0 | 1 | not $fg_color || $bg_color and $format->{'_pattern'} |
604 | 17 | 2 | 15 | $dxf_format and $format->{'_pattern'} <= 1 |
626 | 0 | 1 | 8 | not $dxf_format and $format->{'_pattern'} <= 1 |
687 | 941 | 7 | 1 | $format->{'_diag_type'} and not $format->{'_diag_border'} |
923 | 1064 | 8 | 135 | $format->{'_font_index'} > 0 and not $format->{'_hyperlink'} |
941 | 1162 | 1 | 44 | $apply_align and @align |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
596 | 18 | 16 | 1 | $fg_color || $bg_color |
944 | 45 | 8 | 1154 | $apply_align or $format->{'_hyperlink'} |
951 | 16 | 8 | 1183 | @protection or $format->{'_hyperlink'} |
960 | 44 | 15 | 1148 | $has_align or $has_protect |