blib/lib/XML/Struct/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 12 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
49 | 18 | 2 | 3 | defined $self->depth and $depth >= $self->depth |
95 | 0 | 2 | 2 | not blessed $c and reftype $c eq 'HASH' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
36 | 6 | 1 | 7 | $self->root or not ref $simple |
95 | 10 | 0 | 4 | not ref $c or not blessed $c and reftype $c eq 'HASH' |