Branch Coverage

blib/lib/MD5Check.pm
Criterion Covered Total %
branch 0 52 0.0


line true false branch
59 0 0 unless open $FD, $file_name
60 0 0 unless ($@)
62 0 0 if $mode
63 0 0 unless $ctx->addfile($FD)
65 0 0 if $FD
72 0 0 unless open my $fd, '<', $file
76 0 0 if /$file/
78 0 0 if $DEBUG
79 0 0 if $DEBUG
80 0 0 if $DEBUG
82 0 0 if ($sum eq md5_sum($name, 1)) { }
101 0 0 if (-f $fd) { }
0 0 elsif (-d $fd) { }
102 0 0 if (-T $fd) { }
0 0 elsif (-B $fd) { }
122 0 0 unless opendir my $DH, $fd
126 0 0 if $file =~ m[/.$] or $file =~ m[/..$] or -l $file
128 0 0 if ($@)
140 0 0 if (-f $fd) { }
0 0 elsif (-d $fd) { }
141 0 0 if (-T $fd) { }
0 0 elsif (-B $fd) { }
162 0 0 unless opendir my $DH, $fd
166 0 0 if $file =~ m[/.$] or $file =~ m[/..$] or -l $file
168 0 0 if ($@)
171 0 0 if $DEBUG