Branch Coverage

blib/lib/WE_Frontend/Publish/Tgz.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
47 0 0 unless (defined $archivefileformat)
50 0 0 if (not defined $pubhtmldir or $pubhtmldir eq '')
65 0 0 unless chdir $pubhtmldir
68 0 0 if -d $_
70 0 0 if $File::Find::name =~ m[^\./we/]
71 0 0 if $File::Find::name =~ m[/(CVS|RCS|\.svn)/]
72 0 0 if /^( \.cvsignore | \.keep_me # yes? no? XXX | .*~ | \.\#.*\.\d+ # a CVS related file | \.DS_Store )$/x
78 0 0 if (-l $_) { }
100 0 0 if (not open(FH, $absfile)) { }
117 0 0 if (not $message) { }
0 0 elsif (ref $message eq 'CODE') { }