Condition Coverage

blib/lib/WWW/FetchStory/Fetcher/AO3.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
81 0 0 0 -f $url and $url =~ /\.html$/
107 0 0 0 $args{'use_file'} and $args{'use_file'} =~ /epub$/
199 0 0 0 $args{'rurl'} and $args{'rurl'} =~ m[archiveofourown.org/works/(\d+)]
266 0 0 0 @chapters == 1 and $content =~ m[href="(/downloads/$sid/[^.]+\.html)]

or 3 conditions

line l !l&&r !l&&!r condition
90 0 0 0 $url =~ /archiveofourown\.org/ || $url =~ /ao3\.org/
239 0 0 0 $args{'epub'} or $args{'url'} =~ /epub$/
611 0 0 0 $content =~ m[<dd class="relationship tags">(.*?)</dd>]s or $content =~ m[<dt[^>]*>Relationships?:</dt>\s*<dd[^>]*>(.*?)</dd>]s