blib/lib/HTML/PullParser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 14 | 78.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
27 | 5 | 6 | 0 | defined $file and defined $doc |
46 | 2 | 0 | 4 | not ref $file and ref \$file ne "GLOB" |
line | l | !l | condition |
---|---|---|---|
48 | 3 | 1 | 'IO::File'->new($file, 'r') || (return) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
29 | 6 | 5 | 0 | defined $file or defined $doc |
66 | 8291 | 5 | 135 | @{$self->{'pullparser_accum'};} or $self->{'pullparser_eof'} |