blib/lib/Bio/Tools/Run/Phylo/Njtree/Best.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
223 | 0 | 0 | 0 | not ref $aln and -e $aln |
239 | 0 | 0 | 0 | not ref $tree and -e $tree |
296 | 0 | 0 | 0 | $njtree_executable and -e $njtree_executable |
0 | 0 | 0 | $njtree_executable and -e $njtree_executable and -x _ | |
396 | 0 | 0 | 0 | ref $aln && $aln->isa('Bio::Align::AlignI') |
426 | 0 | 0 | 0 | ref $tree and $tree->isa('Bio::Tree::TreeI') |
line | l | !l | condition |
---|---|---|---|
375 | 0 | 0 | $1 || undef |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
305 | 0 | 0 | 0 | grep {/^\[ /io;} @output or not $exit_status |