blib/lib/Bio/Tools/Run/Phylo/SLR.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 24 | 4.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
586 | 0 | 0 | 0 | $slrexe and -e $slrexe |
0 | 0 | 0 | $slrexe and -e $slrexe and -x _ | |
670 | 0 | 0 | 0 | ref $aln && $aln->isa('Bio::Align::AlignI') |
699 | 0 | 0 | 0 | ref $tree and $tree->isa('Bio::Tree::TreeI') |
743 | 0 | 0 | 0 | defined $self->{'no_param_checks'} and $self->{'no_param_checks'} == 1 |
748 | 0 | 0 | 0 | ref($Bio::Tools::Run::Phylo::SLR::VALIDVALUES{$param}) =~ /ARRAY/i and scalar @{$Bio::Tools::Run::Phylo::SLR::VALIDVALUES{$param};} > 0 |
780 | 19 | 0 | 0 | defined $self->{'_slrparams'}{$param} and $keepold |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
592 | 0 | 0 | 0 | grep {/\berr(or)?: /io;} @output or not $exit_status |