Branch Coverage

blib/lib/WebService/Solr/Query.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
18 1 32 if (@_ == 1 and ref $_[0] and ref $_[0] eq 'ARRAY')
55 8 98 if ($k =~ /^-(.+)/) { }
99 8 98 if (ref $v and UNIVERSAL::isa($v, 'ARRAY') and defined $v->[0] and $v->[0] =~ /^ - ( AND|OR ) $/xi) { }
150 2 70 if (ref $v) { }