Branch Coverage

blib/lib/Elastic/Model/Scope.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
37 0 0 if ($existing)
38 0 0 if $existing->isa('Elastic::Model::Deleted')
39 0 0 if $existing->uid->version >= ($uid->version || 0)
42 0 0 unless my $parent = $self->parent
43 0 0 unless $existing = $parent->get_object($ns, $uid)
65 0 0 if (my $existing = $$objects{$ns}{$uid->cache_key})
66 0 0 if $existing->uid->version >= $uid->version
67 0 0 unless ($existing->isa('Elastic::Model::Deleted'))
69 0 0 if ($existing->_can_inflate)
93 0 0 if (my $existing = $$objects{$ns}{$uid->cache_key}) { }
107 0 0 if &in_global_destruction()