Branch Coverage

blib/lib/Lyrics/Fetcher/LyricWiki.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
56 0 6 unless ($artist and $song)
72 0 6 unless ($resp->is_success)
73 0 0 if ($resp->status_line =~ /404/) { }
86 1 5 if ($resp->content =~ /a link to a page that doesn't exist yet/)
94 1 4 if (my($newartist, $newtitle) = $resp->content =~ /\#REDIRECT \s+ \[\[ ([^:]+) : ([^:]+) \]\] /xi)
108 3 1 if ($lyrics) { }