Branch Coverage

blib/lib/Template/Filters/LazyLoader.pm
Criterion Covered Total %
branch 14 22 63.6


line true false branch
23 1 0 unless $s->base_pkg or $s->pkg or $s->pkgs
26 0 3 if ($s->lib_path)
30 3 0 unless ($s->static_filter_prefix)
34 3 0 unless ($s->dynamic_filter_prefix)
41 1 2 if ($s->base_pkg) { }
0 2 elsif ($s->pkgs) { }
46 0 0 unless $pkg->require
51 1 1 unless $s->pkg->require
64 9 9 unless $symbol =~ /^$$s{'static_filter_prefix'}|^$$s{'dynamic_filter_prefix'}/
66 9 0 if (defined &glob)
67 5 4 if ($symbol =~ /^$$s{'static_filter_prefix'}/) { }