| blib/lib/Excel/ValueReader/XLSX/Backend/Regex.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 25 | 28 | 89.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 50 | 5 | 1 | 1 | $date1904 && $date1904 =~ /^(1|true)$/ |
| 170 | 12 | 0 | 1193 | $col_A1 && $given_row |
| 186 | 398 | 151 | 3 | not defined $val and $inner |
| 187 | 151 | 399 | 2 | $val and $cell_type eq "str" |
| 190 | 27 | 131 | 394 | $has_date_formatter and $style |
| 158 | 151 | 243 | $has_date_formatter and $style and &looks_like_number($val) | |
| 282 | 0 | 243 | $has_date_formatter and $style and &looks_like_number($val) and $val >= 0 |
| line | l | !l | condition |
|---|---|---|---|
| 174 | 666 | 539 | $cell_type //= "" |
| 203 | 247 | 4 | $_ //= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 163 | 729 | 1 | 0 | $2 // $row + 1 |