blib/lib/Spreadsheet/ReadGnumeric.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 31 | 35 | 88.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
87 | 0 | 208 | 12236 | $url and $url eq "http://www.gnumeric.org/v10.dtd" |
461 | 1728 | 171 | 153 | $color_p and not $convert_colors |
498 | 9552 | 3452 | 2742 | $style_region->start_col <= $col and $col <= $style_region->end_col |
13004 | 552 | 2190 | $style_region->start_col <= $col and $col <= $style_region->end_col and $style_region->start_row <= $row | |
4004 | 1848 | 342 | $style_region->start_col <= $col and $col <= $style_region->end_col and $style_region->start_row <= $row and $row <= $style_region->end_row | |
509 | 28370 | 0 | 342 | $found && $found->style_attributes |
line | l | !l | condition |
---|---|---|---|
39 | 6 | 6 | $self->{'_cells'} //= 1 |
40 | 6 | 6 | $self->{'_rc'} //= 1 |
41 | 1 | 11 | $self->{'_convert_colors'} //= 1 |
109 | 6210 | 12 | $Spreadsheet::ReadGnumeric::Self->namespaces || {} |
124 | 6210 | 12 | $Spreadsheet::ReadGnumeric::Self->element_stack || [] |
341 | 1544 | 0 | $sheet->{'maxrow'} || 0 |
361 | 4 | 8 | $$attrs[$col][$row] || $self->find_style_for_cell($col - 1, $row - 1) || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
342 | 342 | 0 | 28362 | $$self{"_sheet"}{"attr"}[$col][$row] ||= $self->find_style_for_cell($col - 1, $row - 1) |