blib/lib/Data/Rx/CoreType/rec.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 12 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
49 | 16 | 328 | 62 | not &Scalar::Util::blessed($value) and ref $value eq "HASH" |
62 | 32 | 21 | 9 | @rest_keys and not $self->{'rest_schema'} |
101 | 32 | 9 | 21 | @rest_keys and $self->{'rest_schema'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
76 | 23 | 53 | 23 | $check->{'optional'} or exists $value->{$key} |