Branch Coverage

blib/lib/Excel/ValueReader/XLSX/Backend/Regex.pm
Criterion Covered Total %
branch 16 20 80.0


line true false branch
50 1 5 $date1904 && $date1904 =~ /^(1|true)$/ ? :
71 37 1 if $code =~ /$date_style_regex/
155 0 1192 if ($cell_type eq 'inlineStr') { }
644 548 elsif ($cell_type eq 's') { }
158 0 0 if $val
166 3 545 if not defined $val and $inner
167 2 546 if $val and $cell_type eq "str"
170 243 151 if ($has_date_formatter and $style and &looks_like_number($val) and $val >= 0)
172 76 167 if $date_style
206 0 5 unless my($name, $ref, $no_headers) = $xml =~ /$table_regex/g