Branch Coverage

blib/lib/Excel/ValueReader/XLSX/Backend/Regex.pm
Criterion Covered Total %
branch 35 42 83.3


line true false branch
51 2 13 $date1904 && $date1904 =~ /^(1|true)$/u ? :
55 7 8 if defined $active_tab
76 74 2 if $code =~ /$date_style_regex/u
176 2099210 856 if $want_iterator and @rows > 1
180 1746 3880 if ($1) { }
3880 0 elsif ($3) { }
187 808 938 if $want_iterator and @rows > 1
194 0 3880 if ($given_row < $row_num) { }
0 3880 elsif ($given_row > $row_num) { }
201 3856 24 if ($col_A1) { }
207 0 3880 if ($cell_type eq 'inlineStr') { }
2433 1447 elsif ($cell_type eq 's') { }
210 0 0 if $val
218 30 1417 if not defined $val and $inner
219 4 1443 if $val and $cell_type eq "str"
222 486 302 if ($has_date_formatter and $style and &looks_like_number($val) and $val >= 0)
224 152 334 if $date_style
235 14 12 @rows ? :
26 22 if $want_iterator
240 22 22 $want_iterator ? :
257 0 12 unless $xml =~ /<table (.*?)>/gu and my $table_attrs = _xml_attrs($1)