Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
306 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; $tfh = undef }

or 3 conditions

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