| blib/lib/WordPress/Grep.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 344 | 0 | 0 | 0 | 0 == keys %tags and 0 == keys %categories |
| line | l | !l | condition |
|---|---|---|---|
| 132 | 0 | 0 | $args{'host'} //= 'localhost' |
| 133 | 0 | 0 | $args{'port'} //= 3306 |
| 134 | 0 | 0 | $args{'user'} //= 'root' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 237 | 0 | 0 | 0 | $posts->{$post_id}{'post_title'} =~ /$re/u or $posts->{$post_id}{'post_content'} =~ /$re/u |