blib/lib/Bio/Tools/Run/Phylo/Hyphy/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 36 | 5.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
195 | 0 | 0 | 0 | not ref $aln and -e $aln |
215 | 0 | 0 | 0 | not ref $tree and -e $tree |
310 | 0 | 0 | 0 | $exe and -e $exe |
0 | 0 | 0 | $exe and -e $exe and -x _ | |
383 | 0 | 0 | 0 | ref $aln && $aln->isa('Bio::Align::AlignI') |
412 | 0 | 0 | 0 | ref $tree && $tree->isa('Bio::Tree::TreeI') |
576 | 0 | 0 | 0 | $exe and -e $exe |
0 | 0 | 0 | $exe and -e $exe and -x _ | |
610 | 0 | 0 | 0 | $exe and -e $exe |
0 | 0 | 0 | $exe and -e $exe and -x _ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
330 | 0 | 0 | 0 | $results =~ /error/i or $rc == 0 |
491 | 0 | 2 | 3 | ref($val) =~ /HASH/i || ref($val) =~ /ARRAY/i |