Branch Coverage

blib/lib/CGI/Multiscript.pm
Criterion Covered Total %
branch 19 32 59.3


line true false branch
153 0 1 unless open CODEFILE, $filename
158 0 1 unless open $TMPFILE, ">$tmpfilename"
167 1 18 if ($line =~ /^\n/)
176 2 17 if ($line =~ /^\n/) { }
2 15 elsif ($line =~ /^\n/) { }
5 10 elsif ($line =~ m[^\n]) { }
191 0 5 if ($$self{'LANGS'} == 0) { }
2 3 elsif (exists $$self{$currentLanguage}) { }
0 3 elsif (exists $$self{$currentName}) { }
0 3 elsif (exists $$self{$currentVersion}) { }
211 10 0 if ($writeflag != 0)
247 0 5 if ($writeflag != 0)
269 0 2 if ($lang eq '' and $args eq '') { }
2 0 elsif ($lang ne '' and $args eq '') { }
0 0 elsif ($lang eq '' and $args ne '') { }
0 0 elsif ($lang ne '' and $args ne '') { }