Condition Coverage

blib/lib/Bio/Tools/Run/Eponine.pm
Criterion Covered Total %
condition 1 30 3.3


and 3 conditions

line !l l&&!r l&&r condition
120 0 0 0 -e $f and -x $f
206 0 0 0 not defined $epojar and defined $Bio::Tools::Run::Eponine::EPOJAR
212 0 0 0 not defined $java and defined $Bio::Tools::Run::Eponine::PROGRAM
227 0 0 0 defined $threshold and $threshold >= 0
255 0 0 0 $Bio::Tools::Run::Eponine::PROGRAM and -e $Bio::Tools::Run::Eponine::PROGRAM
0 0 0 $Bio::Tools::Run::Eponine::PROGRAM and -e $Bio::Tools::Run::Eponine::PROGRAM and -x $Bio::Tools::Run::Eponine::PROGRAM
259 0 0 0 $exe = $self->io->exists_exe($Bio::Tools::Run::Eponine::PROGRAMNAME) and -x $exe
388 0 0 0 defined $java and -e $java
0 0 0 defined $java and -e $java and -x $java

or 3 conditions

line l !l&&r !l&&!r condition
115 0 0 1 $ENV{'JAVA_HOME'} || $ENV{'JAVA_DIR'}