Branch Coverage

lib/Rex/Commands/MD5.pm
Criterion Covered Total %
branch 8 14 57.1


line true false branch
62 113 14 if ($fs->is_file($file)) { }
67 0 113 unless ($md5)
88 114 0 Rex::is_local() ? :
90 0 114 $^O =~ /^MSWin/iu && Rex::is_local() ? :
97 114 0 if ($? == 0)
110 0 1 if (Rex::Commands::Run::can_run('md5')) { }
1 0 elsif (Rex::Commands::Run::can_run('md5sum')) { }