Branch Coverage

blib/lib/WebService/BuzzurlAPI/Request/RecentArticles.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
16 0 1 if not $$param{'num'} or $$param{'num'} =~ /[^\d]/
17 1 0 if not $$param{'of'} or $$param{'of'} =~ /[^\d]/
18 1 0 if not $$param{'threshold'} or $$param{'threshold'} =~ /[^\d]/