Condition Coverage

blib/lib/Test/XML/Easy.pm
Criterion Covered Total %
condition 25 28 89.2


and 3 conditions

line !l l&&!r l&&r condition
415 3 1 1 $i == @{$got_content;} - 1 and $i == @{$expected_content;} - 1
416 2 1 10 @{$got_content;} == 1 and @{$expected_content;} == 1
524 2 0 9 defined $result and length $result

or 2 conditions

line l !l condition
294 9 66 $$index{$got_name} || 0
308 9 66 $$index{$expected_name} || 0

or 3 conditions

line l !l&&r !l&&!r condition
391 7 3 76 $$options{'ignore_whitespace'} or $$options{'ignore_leading_whitespace'}
10 0 76 $$options{'ignore_whitespace'} or $$options{'ignore_leading_whitespace'} or $$options{'ignore_surrounding_whitespace'}
396 7 3 76 $$options{'ignore_whitespace'} or $$options{'ignore_trailing_whitespace'}
10 0 76 $$options{'ignore_whitespace'} or $$options{'ignore_trailing_whitespace'} or $$options{'ignore_surrounding_whitespace'}
401 7 1 78 $$options{'ignore_whitespace'} or $$options{'ignore_different_whitespace'}