Branch Coverage

blib/lib/Data/Context.pm
Criterion Covered Total %
branch 5 14 35.7


line true false branch
109 0 1 if $self->instance_cache->{$path}
112 0 1 if not defined $path[0] or $path[0] eq ''
113 0 1 if $path =~ m[/$]msx
123 1 0 if $loader
124 0 0 if not $self->fallback or $self->fallback_depth and $count++ >= $self->fallback_depth
129 0 1 unless $loader
147 0 0 if (ref $self->log eq 'Data::Context::Log')