Branch Coverage

blib/lib/URI/Parse/Instagram.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
78 0 0 if ($url =~ s[\A$re_proto_http?(?:www\.)?instagram\.com/?][]i) { }
82 0 0 if ($url =~ m[\A($re_user)/*$re_end_or_q]i) { }
84 0 0 if length $res->{'user'} > 30
85 0 0 unless $res->{'user'} =~ /\A$re_user_strict\z/