Condition Coverage

blib/lib/Excel/ValueReader/XLSX/Backend/LibXML.pm
Criterion Covered Total %
condition 30 39 76.9


and 3 conditions

line !l l&&!r l&&r condition
56 93 5 2 $reader->name eq "workbookPr" and my $attr_value = $reader->getAttribute("date1904")
92 65 0 128 $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/
169 7093 16 15 $node_name eq "sheetData" and $node_type == 15
200 3 0 0 $seen_node eq "t" and $cell_type eq "inlineStr"
217 26 131 244 $has_date_formatter and $cell_style
157 1 243 $has_date_formatter and $cell_style and &looks_like_number($val)
132 0 243 $has_date_formatter and $cell_style and &looks_like_number($val) and $val >= 0

or 2 conditions

line l !l condition
198 669 388 $cell_type //= ""
250 247 4 $_ //= []
302 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"
174 729 1 0 $row_num // $row + 1