Branch Coverage

blib/lib/MongoDB/IndexView.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
191 0 0 unless &is_OrderedDoc($keys)
195 0 0 if (exists $opts->{'maxTimeMS'})
199 0 0 $opts ? :
285 0 0 if (@models and ref $models[-1] eq 'HASH' and not exists $models[-1]{'keys'})
289 0 0 unless &is_IndexModelList(\@models)
303 0 0 defined $opts->{'maxTimeMS'} ? :
337 0 0 unless is_Str($name)
340 0 0 if ($name eq '*')
354 0 0 defined $opts->{'maxTimeMS'} ? :
393 0 0 defined $opts->{'maxTimeMS'} ? :
412 0 0 $orig ? :
416 0 0 if exists $opts->{$k}
421 0 0 unless defined $opts->{'name'}
425 0 0 unless exists $opts->{$k}
437 0 0 if (ref $keys eq 'Tie::IxHash') { }