Condition Coverage

lib/Web/NewsAPI.pm
Criterion Covered Total %
condition 6 10 60.0


and 3 conditions

line !l l&&!r l&&r condition
55 3 0 1 $args{$param} and &blessed($args{$param})
95 8 0 1 $args->{$param} and ref $args->{$param} eq 'ARRAY'

or 2 conditions

line l !l condition
82 0 5 $args->{'page'} || 1
0 5 $args->{'pageSize'} || 20