| blib/lib/Spreadsheet/ReadGnumeric.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 31 | 35 | 88.5 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 88 | 0 | 224 | 12930 | $url and $url eq "http://www.gnumeric.org/v10.dtd" | 
| 537 | 1728 | 171 | 153 | $color_p and not $convert_colors | 
| 574 | 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 | |
| 585 | 28370 | 0 | 342 | $found && $found->style_attributes | 
| line | l | !l | condition | 
|---|---|---|---|
| 40 | 6 | 7 | $self->{'_cells'} //= 1 | 
| 41 | 6 | 7 | $self->{'_rc'} //= 1 | 
| 42 | 1 | 12 | $self->{'_convert_colors'} //= 1 | 
| 110 | 6564 | 13 | $Spreadsheet::ReadGnumeric::Self->namespaces || {} | 
| 125 | 6564 | 13 | $Spreadsheet::ReadGnumeric::Self->element_stack || [] | 
| 417 | 1544 | 0 | $sheet->{'maxrow'} || 0 | 
| 437 | 4 | 8 | $$attrs[$col][$row] || $self->find_style_for_cell($col - 1, $row - 1) || {} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 418 | 342 | 0 | 28362 | $$self{"_sheet"}{"attr"}[$col][$row] ||= $self->find_style_for_cell($col - 1, $row - 1) |