| blib/lib/Data/SearchReplace.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 16 | 87.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 38 | 10 | 197 | 128 | defined $$attrib{'REGEX'} and length $$attrib{'REGEX'} |
| 40 | 10 | 308 | 17 | defined $$attrib{'CODE'} and length $$attrib{'CODE'} |
| 75 | 0 | 0 | 335 | defined $_[0] and ref $_[0] |
| line | l | !l | condition |
|---|---|---|---|
| 20 | 2 | 5 | $_[1] || {} |
| 45 | 9 | 818 | $$class{$_} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 45 | 513 | 9 | 818 | $$attrib{$_} ||= $$class{$_} || '' |