| blib/lib/TOML/Dumper/Context/Array.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 10 | 90.0 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 6 | 6 | defined $_[0]{'type'} && $_[0]{'type'} eq 'table' ? : |
| 32 | 5 | 23 | if (ref $object eq 'HASH') { } |
| 10 | 13 | elsif (ref $object eq 'ARRAY') { } | |
| 46 | 0 | 28 | if (defined $type and $self->{'type'} ne $type) |
| 56 | 2 | 3 | if (defined $self->{'type'} and $self->{'type'} eq 'table') { } |