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