Branch Coverage

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


line true false branch
59 0 0 unless open $FD, $file_name
61 0 0 unless ($@)
63 0 0 if $mode
64 0 0 unless $ctx->addfile($FD)
66 0 0 if $FD
73 0 0 unless open my $fd, '<', $file
76 0 0 if /$file/
79 0 0 if ($sum eq md5_sum($name, 1)) { }
98 0 0 if (-f $fd) { }
0 0 elsif (-d $fd) { }
99 0 0 if (-T $fd) { }
0 0 elsif (-B $fd) { }
119 0 0 unless opendir my $DH, $fd
123 0 0 if $file =~ m[/.$] or $file =~ m[/..$] or -l $file
125 0 0 if ($@)
137 0 0 if (-f $fd) { }
0 0 elsif (-d $fd) { }
138 0 0 if (-T $fd) { }
0 0 elsif (-B $fd) { }
159 0 0 unless opendir my $DH, $fd
163 0 0 if $file =~ m[/.$] or $file =~ m[/..$] or -l $file
165 0 0 if ($@)
168 0 0 if $DEBUG