Branch Coverage

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


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