Branch Coverage

blib/lib/XAS/Service/Search.pm
Criterion Covered Total %
branch 0 50 0.0


line true false branch
45 0 0 if ($filter->{'comparison'} eq 'lt') { }
0 0 elsif ($filter->{'comparison'} eq 'le') { }
0 0 elsif ($filter->{'comparison'} eq 'gt') { }
0 0 elsif ($filter->{'comparison'} eq 'ge') { }
0 0 elsif ($filter->{'comparison'} eq 'lk') { }
0 0 elsif ($filter->{'comparison'} eq 'eq') { }
0 0 elsif ($filter->{'comparison'} eq 'be') { }
82 0 0 if (defined $params->{'start'} and defined $params->{'limit'})
94 0 0 if (defined $params->{'sort'})
103 0 0 if (defined $params->{'group'})
114 0 0 if (defined $params->{'options'})
128 0 0 if (defined $params->{'filter'})
136 0 0 if ($filter->{'type'} eq 'string') { }
0 0 elsif ($filter->{'type'} eq 'number') { }
0 0 elsif ($filter->{'type'} eq 'list') { }
0 0 elsif ($filter->{'type'} eq 'boolean') { }
0 0 elsif ($filter->{'type'} eq 'date') { }
138 0 0 if (defined $filter->{'comparison'}) { }
150 0 0 if (defined $filter->{'comparison'}) { }
172 0 0 if $b eq '0'
173 0 0 if $b eq '1'
177 0 0 if (defined $filter->{'comparison'}) { }
229 0 0 $n < 0 ? :
266 0 0 if $z->{'direction'} eq 'ASC'
267 0 0 if $z->{'direction'} eq 'DESC'