blib/lib/Data/Context.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 14 | 100.0 |
line | true | false | branch |
---|---|---|---|
109 | 4 | 25 | if $self->instance_cache->{$path} |
112 | 8 | 17 | if not defined $path[0] or $path[0] eq '' |
113 | 8 | 17 | if $path =~ m[/$]msx |
123 | 21 | 20 | if $loader |
124 | 4 | 16 | if not $self->fallback or $self->fallback_depth and $count++ >= $self->fallback_depth |
129 | 4 | 21 | unless $loader |
147 | 1 | 1 | if (ref $self->log eq 'Data::Context::Log') |