| blib/lib/Regexp/RegGrp/Data.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 18 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 83 | 39 | 4 | ref $in_ref->{$accessor} and ref $in_ref->{$accessor} ne 'Regexp' |
| 48 | 92 | 30 | 4 | ref $in_ref->{$accessor} and ref $in_ref->{$accessor} ne 'CODE' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 66 | 60 | 126 | $accessor eq 'regexp' or $accessor eq 'restore_pattern' |
| 64 | 62 | 0 | $accessor eq 'replacement' or $accessor eq 'store' | |
| 71 | 8 | 17 | 31 | defined $in_ref->{'modifier'} or not ref $in_ref->{'regexp'} |
| 78 | 9 | 47 | 0 | $in_ref->{'restore_pattern'} || qr/\x01(\d+)\x01/ |