blib/lib/Data/Plist/XMLWriter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 16 | 93.7 |
line | true | false | branch |
---|---|---|---|
47 | 0 | 9 | unless ref $self |
59 | 2 | 7 | if $$self{'serialize'} |
79 | 4 | 9 | if ($$data[0] =~ /^(true|false|fill|null)$/) { } |
4 | 5 | elsif ($$data[0] =~ /^(integer|real|date|string|ustring)$/) { } | |
1 | 4 | elsif ($$data[0] eq 'UID') { } | |
1 | 3 | elsif ($$data[0] eq 'data') { } | |
1 | 2 | elsif ($$data[0] eq 'dict') { } | |
1 | 1 | elsif ($$data[0] eq 'array') { } |