blib/lib/Bootylicious/ArticleByQueryIterator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 6 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
41 | 0 | 4 | 2 | $title and $title =~ s/($q)/$replace_string_before$1$replace_string_after/sig |
51 | 3 | 3 | 1 | $content and $content =~ s/((?:.{$before_context})?$q(?:.{$after_context})?)//is |