Condition Coverage

lib/Web/DataService/Ruleset.pm
Criterion Covered Total %
condition 2 23 8.7


and 3 conditions

line !l l&&!r l&&r condition
299 0 0 0 defined $arg->{'alias'} and $arg->{'alias'} ne $pending_rule->{'optional'}
505 0 0 0 defined $default and $default > 0

or 2 conditions

line l !l condition
237 0 0 $exclude_special{'header'} //= 1

or 3 conditions

line l !l&&r !l&&!r condition
70 2 0 2 ref $arg or $arg =~ qr/^>>/s
165 0 0 0 $v eq 'FLAG_VALUE' or $v eq 'ANY_VALUE'
214 0 0 0 $special_arg eq 'all' or $special_arg eq 'single'
432 0 0 0 $param eq 'count' or $param eq 'datainfo'
0 0 0 $param eq 'count' or $param eq 'datainfo' or $param eq 'header'