Condition Coverage

blib/lib/Bio/Tools/Run/Phylo/Phylip/DrawTree.pm
Criterion Covered Total %
condition 0 8 0.0


and 3 conditions

line !l l&&!r l&&r condition
329 0 0 0 do { $input->isa('Bio::Tree::TreeI') } && do { my $tfh; ($tfh, $treefile) = $self->io->tempfile('-dir', $self->tempdir); my $treeIO = 'Bio::TreeIO'->new('-fh', $tfh, '-format', 'newick'); $treeIO->write_tree($input); $treeIO->close; close $tfh; undef $tfh }

or 2 conditions

line l !l condition
123 0 0 $ENV{'PHYLIPDIR'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
297 0 0 0 $self->quiet or $self->verbose < 0