Branch Coverage

blib/lib/Excel/ValueReader/XLSX/Backend/Regex.pm
Criterion Covered Total %
branch 21 26 80.7


line true false branch
50 1 6 $date1904 && $date1904 =~ /^(1|true)$/ ? :
71 37 1 if $code =~ /$date_style_regex/
162 730 1205 if ($1) { }
1205 0 elsif ($3) { }
170 1193 12 $col_A1 && $given_row ? :
175 0 1205 if ($cell_type eq 'inlineStr') { }
653 552 elsif ($cell_type eq 's') { }
178 0 0 if $val
186 3 549 if not defined $val and $inner
187 2 550 if $val and $cell_type eq "str"
190 243 151 if ($has_date_formatter and $style and &looks_like_number($val) and $val >= 0)
192 76 167 if $date_style
228 0 5 unless my($name, $ref, $no_headers) = $xml =~ /$table_regex/g