blib/lib/WWW/Wikipedia.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 13 | 69.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
193 | 1 | 8 | 1 | $self->follow_redirects and $entry->raw =~ /^#REDIRECT\s*\[\[([^|\]]+)/is |
9 | 0 | 1 | $self->follow_redirects and $entry->raw =~ /^#REDIRECT\s*\[\[([^|\]]+)/is and $1 ne $string |
line | l | !l | condition |
---|---|---|---|
94 | 4 | 9 | delete $opts{'language'} || 'en' |
97 | 0 | 13 | delete $opts{'clean_html'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
101 | 0 | 13 | 0 | ref $class || $class |