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 1076 $self->_flush_on_write and defined $self->_fh
234 0 3540 2425 $params->{'no_bootstrap_values'} != 1 and not $node->is_Leaf
3540 2287 138 $params->{'no_bootstrap_values'} != 1 and not $node->is_Leaf and defined $node->bootstrap
5827 0 138 $params->{'no_bootstrap_values'} != 1 and not $node->is_Leaf and defined $node->bootstrap and $params->{'bootstrap_style'} eq 'traditional'
2287 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 1215 $print_count || 0
279 0 1076 $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 1076 not defined $tree or ref($tree) =~ /ARRAY/i
0 0 1076 not defined $tree or ref($tree) =~ /ARRAY/i or not $tree->isa('Bio::Tree::TreeI')