blib/lib/Dezi/ReplaceRules.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 16 | 93.7 |
line | true | false | branch |
---|---|---|---|
85 | 1 | 4 | if ($action eq 'regex') { } |
1 | 3 | elsif ($action eq 'replace') { } | |
132 | 0 | 1 | unless (defined $str) |
145 | 1 | 4 | if ($action eq 'prepend') |
148 | 1 | 4 | if ($action eq 'append') |
151 | 1 | 4 | if ($action eq 'remove') |
154 | 1 | 4 | if ($action eq 'replace') |
164 | 1 | 4 | if ($action eq 'regex') |