Branch Coverage

lib/Bio/MLST/Validate/Executable.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
12 10 26 if (defined $executable and -x $executable) { }
2 24 elsif (which($executable)) { }
24 7 10 if ($self->does_executable_exist($executable))
27 5 5 if (defined $executable)
31 5 6 if ($self->does_executable_exist($default))