Condition Coverage

Bio/TreeIO/newick.pm
Criterion Covered Total %
condition 15 27 55.5


and 3 conditions

line !l l&&!r l&&r condition
201 0 0 527 $self->_flush_on_write and defined $self->_fh
234 0 1893 1327 $params->{'no_bootstrap_values'} != 1 and not $node->is_Leaf
1893 1189 138 $params->{'no_bootstrap_values'} != 1 and not $node->is_Leaf and defined $node->bootstrap
3082 0 138 $params->{'no_bootstrap_values'} != 1 and not $node->is_Leaf and defined $node->bootstrap and $params->{'bootstrap_style'} eq 'traditional'
1189 133 5 $params->{'no_bootstrap_values'} != 1 and not $node->is_Leaf and defined $node->bootstrap and $params->{'bootstrap_style'} eq 'traditional' and $params->{'internal_node_id'} eq 'bootstrap'

or 2 conditions

line l !l condition
102 0 639 $print_count || 0
279 0 527 $self->{'_print_tree_count'} || 0
322 0 0 $self->{'_bootstrap_style'} || 'traditional'

or 3 conditions

line l !l&&r !l&&!r condition
190 0 0 527 not defined $tree or ref($tree) =~ /ARRAY/i
0 0 527 not defined $tree or ref($tree) =~ /ARRAY/i or not $tree->isa('Bio::Tree::TreeI')