| blib/lib/XML/FromArrayref.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 16 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 64 | 11 | 8 | ref $_ eq 'ARRAY' ? : |
| 80 | 1 | 10 | if ref $tag_name eq 'ARRAY' |
| 84 | 6 | 4 | if (defined $attributes and ref $attributes ne 'HASH') |
| 91 | 1 | 9 | unless $tag_name |
| 96 | 7 | 2 | @content ? : |
| 129 | 7 | 8 | unless my(@attributes) = @_ |
| 133 | 8 | 6 | if (defined $value) |
| 169 | 1 | 3 | $pubID ? : |