Branch Coverage

blib/lib/Template/TT2Site/Plugin/Mapper.pm
Criterion Covered Total %
branch 0 44 0.0


line true false branch
18 0 0 ref $_[-1] eq 'HASH' ? :
31 0 0 if (not $map) { }
0 0 elsif ($trace) { }
35 0 0 if ($languages) { }
36 0 0 if $verbose
41 0 0 unless (-d $dir)
42 0 0 if $verbose
50 0 0 if $trace
54 0 0 if $error
58 0 0 if $languages
64 0 0 if ($languages) { }
84 0 0 unless (-s $map and -r _)
88 0 0 if $verbose
90 0 0 unless open my $mf, "<$map"
93 0 0 if /^\s*#/
94 0 0 unless /\S/
96 0 0 if ($w[0] eq 'title' and @w == 2) { }
0 0 elsif ($w[0] eq 'name' and @w == 2) { }
0 0 elsif ($w[0] eq 'menu' and @w == 3) { }
105 0 0 unless $tag =~ /^\w+$/
108 0 0 if (-f "$cur/$w[2].html") { }
0 0 elsif (-d "$cur/" . $w[2]) { }