| examples/parse-xml.pl | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 10 | 70.0 |
| line | true | false | branch |
|---|---|---|---|
| 26 | 0 | 5 | unless $rootnode->kind eq 'element' |
| 27 | 0 | 5 | unless $rootnode->name eq 'xml' |
| 45 | 21 | 7 | unless length $str |
| 58 | 1 | 10 | if $tag->{'selfclose'} |
| 63 | 0 | 10 | unless $self->parse_close_tag->{'name'} eq $tag->{'name'} |