Branch Coverage

blib/lib/WWW/Orkut/Spider.pm
Criterion Covered Total %
branch 0 28 0.0


]x)
line true false branch
104 0 0 unless ($$self{'agent'}->success)
114 0 0 unless ($$self{'agent'}->get('/Home.aspx'))
175 0 0 unless ($$self{'agent'}->follow_link('url_regex', qr/FriendsList/))
195 0 0 unless ($$self{'agent'}->get('/FriendsList.aspx?uid=' . $uid))
223 0 0 if ($uid =~ /\d+&pno=(\d+)$/)
224 0 0 unless $1 eq '1'
230 0 0 unless ($$self{'agent'}->get('/' . $p))
252 0 0 if $$l[1] =~ /IMG/
253 0 0 if $$l[0] =~ /\d+&pno=\d+/
280 0 0 if $lookup{$u}
282 0 0 unless ($$self{'agent'}->get('/FriendsList.aspx?uid=' . $u))
308 0 0 if ($$self{'agent'}->content =~ m[>$tag:(.*?)
312 0 0 if ($$self{'agent'}->content =~ m[lblKarma">.*?img/i_t(\d).*img/i_c(\d).*img/i_h(\d).*(\d+)])
354 0 0 unless ($$self{'agent'}->get('/FriendsList.aspx?uid=' . $uid))