blib/lib/XML/PYX.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 26 | 0.0 |
line | true | false | branch |
---|---|---|---|
23 | 0 | 0 | if (ref $arg and UNIVERSAL::isa($arg, 'IO::Handler')) { } |
30 | 0 | 0 | unless (defined $ioref) |
45 | 0 | 0 | if (length $data) |
49 | 0 | 0 | unless $type or $tag |
51 | 0 | 0 | if ($type eq '?') { } |
0 | 0 | elsif ($type eq '!') { } | |
0 | 0 | elsif ($type eq '/') { } | |
52 | 0 | 0 | if ($xml =~ /\G\s+(.*?)\?>/cgs) { } |
62 | 0 | 0 | if ($tag eq '--') { } |
64 | 0 | 0 | if ($xml =~ /\G(.*?)-->/cgs) { } |
77 | 0 | 0 | if ($tag eq $stack[0]) { } |
79 | 0 | 0 | if ($xml =~ /\G\s*>/cg) { } |
95 | 0 | 0 | if $1 eq '>' |