Branch Coverage

blib/lib/WWW/FetchStory/Fetcher/TardisBigBang3.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
100 0 0 if ($content =~ m[<div class="main">(.*?)</div>\s*<p class="bottomcomment">]s) { }
0 0 elsif ($content =~ m[<body[^>]*>(.*)</body>]is) { }
109 0 0 if ($story) { }
164 0 0 if ($args{'url'} =~ /storyID=(S\d+)/) { }
175 0 0 if ($content =~ m[<span class="storyinfo">([\w\s]+) \| ([\w-]+) \| (.*?) \| ([\d,]+) words</span>]) { }
210 0 0 if (defined $args{'urls'})
214 0 0 if (@chapters == 1)
216 0 0 if ($content =~ /part=2/)
224 0 0 if $self->{'verbose'} > 1
248 0 0 if ($content =~ m[<p id="authorinfo">by <strong>([^<]+)</strong>]) { }
274 0 0 if ($content =~ m[<p class="summary">(.*?)</p>]) { }