Condition Coverage

blib/lib/Excel/ValueReader/XLSX/Backend/LibXML.pm
Criterion Covered Total %
condition 28 36 77.7


and 3 conditions

line !l l&&!r l&&r condition
56 52 3 2 $reader->name eq "workbookPr" and my $attr_value = $reader->getAttribute("date1904")
92 62 0 125 $xml_reader->name eq $name and $xml_reader->depth == $depth
109 0 0 38 $id and $code
0 1 37 $id and $code and $code =~ /$date_style_regex/
168 6263 14 13 $node_name eq "sheetData" and $node_type == 15
192 3 0 0 $seen_node eq "t" and $cell_type eq "inlineStr"
209 26 103 239 $has_date_formatter and $cell_style
129 1 238 $has_date_formatter and $cell_style and &looks_like_number($val)
104 0 238 $has_date_formatter and $cell_style and &looks_like_number($val) and $val >= 0

or 2 conditions

line l !l condition
190 551 355 $cell_type //= ""
242 219 3 $_ //= []
294 1 4 $xml_reader->getAttribute("headerRowCount") // ""

or 3 conditions

line l !l&&r !l&&!r condition
62 1 0 1 $attr_value eq 1 or $attr_value eq "true"