Condition Coverage

blib/lib/Excel/ValueReader/XLSX/Backend/Regex.pm
Criterion Covered Total %
condition 21 22 95.4


and 3 conditions

line !l l&&!r l&&r condition
50 3 1 1 $date1904 && $date1904 =~ /^(1|true)$/
166 365 151 3 not defined $val and $inner
167 151 366 2 $val and $cell_type eq "str"
170 27 103 389 $has_date_formatter and $style
130 151 238 $has_date_formatter and $style and &looks_like_number($val)
254 0 238 $has_date_formatter and $style and &looks_like_number($val) and $val >= 0

or 2 conditions

line l !l condition
154 548 506 $cell_type //= ""
181 219 3 $_ //= []