| blib/lib/Excel/ValueReader/XLSX/Backend/Regex.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 16 | 20 | 80.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 50 | 1 | 4 | $date1904 && $date1904 =~ /^(1|true)$/ ? : | 
| 71 | 37 | 1 | if $code =~ /$date_style_regex/ | 
| 155 | 0 | 1054 | if ($cell_type eq 'inlineStr') { } | 
| 535 | 519 | elsif ($cell_type eq 's') { } | |
| 158 | 0 | 0 | if $val | 
| 166 | 3 | 516 | if not defined $val and $inner | 
| 167 | 2 | 517 | if $val and $cell_type eq "str" | 
| 170 | 238 | 151 | if ($has_date_formatter and $style and &looks_like_number($val) and $val >= 0) | 
| 172 | 76 | 162 | if $date_style | 
| 206 | 0 | 5 | unless my($name, $ref, $no_headers) = $xml =~ /$table_regex/g |