blib/lib/Test/XML/Ordered.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 14 | 64.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
238 | 59 | 1 | 29 | @got_attrs and @exp_attrs |
308 | 57 | 0 | 1 | $is_got_empty and not $is_expected_empty |
57 | 0 | 0 | $is_expected_empty and not $is_got_empty |
line | l | !l | condition |
---|---|---|---|
221 | 59 | 0 | (length $attr->{'ns'} ? $elem->getAttributeNs($attr->{'localName'}, $attr->{'ns'}) : $elem->getAttribute($attr->{'localName'})) // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
132 | 3 | 0 | 157 | $self->_got_end or $self->_expected_end |