Condition Coverage

blib/lib/Mojar/Google/Analytics/Request.pm
Criterion Covered Total %
condition 4 15 26.6


and 3 conditions

line !l l&&!r l&&r condition
43 4 0 0 @$v >= 2 and @$v % 2 == 0
4 0 0 @$v >= 2 and @$v % 2 == 0 and $v->[1]
0 0 0 @$v >= 2 and @$v % 2 == 0 and $v->[1] and not $v->[1] =~ /[a-z]/
66 2 0 0 $k eq 'sort' and $v =~ s/^-//

or 3 conditions

line l !l&&r !l&&!r condition
43 0 0 4 not ref $v or ref $v ne 'ARRAY'