Condition Coverage

blib/lib/WebService/Geograph/Request.pm
Criterion Covered Total %
condition 0 48 0.0


and 3 conditions

line !l l&&!r l&&r condition
137 0 0 0 $$rh_args{'i'} =~ /\d/ and not $$rh_args{'i'} =~ /[a-zA-z]/
147 0 0 0 $$rh_args{'count'} =~ /\d/ and not $$rh_args{'count'} =~ /[a-zA-z]/
154 0 0 0 $$rh_args{'page'} =~ /\d/ and not $$rh_args{'page'} =~ /[a-zA-z]/
166 0 0 0 $$rh_args{'limit'} =~ /\d/ and not $$rh_args{'limit'} =~ /[a-zA-z]/
188 0 0 0 $number and $interval
0 0 0 $number =~ /\d/ and not $number =~ /[a-zA-Z]/
0 0 0 $number and $interval and ($number =~ /\d/ and not $number =~ /[a-zA-Z]/)
0 0 0 $number and $interval and ($number =~ /\d/ and not $number =~ /[a-zA-Z]/) and exists $$rh_valid_intervals{$interval}
239 0 0 0 exists $$rh_mode_uri_map{$mode} and defined $$rh_mode_uri_map{$mode}

or 3 conditions

line l !l&&r !l&&!r condition
139 0 0 0 exists $$rh_args{'since'} or exists $$rh_args{'limit'}
0 0 0 exists $$rh_args{'since'} or exists $$rh_args{'limit'} or exists $$rh_args{'ri'}
0 0 0 exists $$rh_args{'since'} or exists $$rh_args{'limit'} or exists $$rh_args{'ri'} or exists $$rh_args{'last'}
171 0 0 0 $$rh_args{'ri'} == 1 or $$rh_args{'ri'} == 2
196 0 0 0 $$rh_args{'thumb'} == 1 or $$rh_args{'thumb'} == 1
201 0 0 0 $$rh_args{'en'} == 1 or $$rh_args{'en'} == 1
208 0 0 0 $$rh_args{'ll'} == 1 or $$rh_args{'ll'} == 0