| blib/lib/Text/Summary/MediaWiki.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 31 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 31 | 0 | 0 | 0 | defined @$redirects and @$redirects > $$self{'redirect_limit'} |
| 69 | 0 | 0 | 0 | /^\s*(?:[-_#!\t}{:|<=\[]|\W*$)/ and !/^\s*\[\[/ || /\[\[Image:/i |
| 71 | 0 | 0 | 0 | $maybe == 1 and /[#!{}|]/ |
| 75 | 0 | 0 | 0 | /^\s*\*/ and not $line |
| 78 | 0 | 0 | 0 | $maybe < 1 and /^(?:the\s+)?'/i |
| line | l | !l | condition |
|---|---|---|---|
| 19 | 0 | 0 | $opt{'redirect_limit'} || 5 |
| 0 | 0 | $opt{'approx_length'} || 200 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 19 | 0 | 0 | 0 | $opt{'url'} || croak('No URL provided') |
| 0 | 0 | 0 | $opt{'get'} || croak('No get callback provided') | |
| 69 | 0 | 0 | 0 | !/^\s*\[\[/ || /\[\[Image:/i |
| 92 | 0 | 0 | 0 | /\*/ or $maybe == 3 |