| blib/lib/Data/Rx/CoreType/rec.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 12 | 91.6 |
| 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 | 0 | 76 | $$check{'optional'} or exists $$value{$key} |