blib/lib/XML/Struct/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 12 | 91.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
50 | 99 | 8 | 14 | defined $self->depth and $depth >= $self->depth |
96 | 0 | 8 | 25 | not &blessed($c) and &reftype($c) eq 'HASH' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 22 | 1 | 17 | $self->root or not ref $simple |
96 | 27 | 25 | 8 | not ref $c or not &blessed($c) and &reftype($c) eq 'HASH' |