| blib/lib/XML/Bits.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 8 | 14 | 57.1 | 
| line | true | false | branch | 
|---|---|---|---|
| 53 | 0 | 3 | ref $_[0] eq 'ARRAY' ? : | 
| 56 | 1 | 2 | if ($self->tag eq '') { } | 
| 116 | 1 | 2 | if $self->type eq 'text' | 
| 119 | 0 | 2 | if (my $dt = $self->doctype) | 
| 123 | 0 | 2 | if (my(@atts) = $self->atts) | 
| 129 | 2 | 0 | if (my(@kids) = $self->children) { } | 
| 153 | 0 | 0 | unless ref $item |